diff --git a/Web/templates/base.html b/Web/templates/base.html
index 02d6382..d75e382 100755
--- a/Web/templates/base.html
+++ b/Web/templates/base.html
@@ -1375,8 +1375,10 @@
Ausleihen / Defekte Items
{% endif %}
{% if student_cards_module_enabled %}
+ {% if current_permissions.actions.get('can_manage_users', False) %}
Bibliotheksausweis
{% endif %}
+ {% endif %}
{% if current_permissions.pages.get('admin_school_settings', False) %}
Schulstammdaten
{% endif %}