diff --git a/note_kfet/templates/base.html b/note_kfet/templates/base.html
index cd902d329a7d86e6156d42cdb3cbcc75e195d845..09ede8c649c27d42fb188d1feba8ade79b5b2e55 100644
--- a/note_kfet/templates/base.html
+++ b/note_kfet/templates/base.html
@@ -159,10 +159,6 @@ SPDX-License-Identifier: GPL-3.0-or-later
                     <div class="alert alert-danger">
                         {% trans "You are not a BDE member anymore. Please renew your membership if you want to use the note." %}
                     </div>
-                {% elif not user|is_member:"Kfet" %}
-                    <div class="alert alert-warning">
-                        {% trans "You are not a Kfet member, so you can't use your note account." %}
-                    </div>
                 {% endif %}
 
                 {% if not user.profile.email_confirmed %}