From feac00f0df2b148a5ebdfa455c03056231133914 Mon Sep 17 00:00:00 2001 From: AIIrondev Date: Mon, 27 Jul 2026 14:19:01 +0200 Subject: [PATCH] changes to the permission development --- Web/templates/base.html | 2 ++ 1 file changed, 2 insertions(+) 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 %}