From 7368d82fc48427514ad63bb40f4e9113f514de4f Mon Sep 17 00:00:00 2001 From: Aiirondev Date: Thu, 30 Jul 2026 23:55:46 +0200 Subject: [PATCH] changes to fully incorpereate the school info managment back into the working system --- Web/templates/base.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Web/templates/base.html b/Web/templates/base.html index 633ef46..4dddd28 100755 --- a/Web/templates/base.html +++ b/Web/templates/base.html @@ -1148,7 +1148,7 @@ {% if current_permissions.pages.get('tutorial_page', False) %}
  • Tutorial
  • {% endif %} - {% if current_permissions.pages.get('admin_school_settings', False) %} + {% if current_permissions.actions.get('can_manage_settings', False) %}
  • Schulstammdaten
  • {% endif %} {% if current_permissions.actions.get('can_view_logs', False) or current_permissions.pages.get('admin_audit_dashboard', False) %} @@ -1257,7 +1257,7 @@ {% if current_permissions.pages.get('manage_locations', False) %}
  • Orte verwalten
  • {% endif %} - {% if current_permissions.pages.get('admin_school_settings', False) %} + {% if current_permissions.actions.get('can_manage_settings', False) %}
  • Schulstammdaten
  • {% endif %} {% if current_permissions.pages.get('admin_borrowings', False) %} @@ -1379,7 +1379,7 @@
  • Bibliotheksausweis
  • {% endif %} {% endif %} - {% if current_permissions.pages.get('admin_school_settings', False) %} + {% if current_permissions.actions.get('can_manage_settings', False) %}
  • Schulstammdaten
  • {% endif %}
  • @@ -1698,7 +1698,7 @@ {% endif %} - {% if current_permissions.pages.get('admin_school_settings', False) %} + {% if current_permissions.actions.get('can_manage_settings', False) %} {% endif %}