From 3e5e243ddff3a2f2100bf75e5bbb0cad001332d0 Mon Sep 17 00:00:00 2001 From: Aiirondev Date: Thu, 30 Jul 2026 23:34:06 +0200 Subject: [PATCH] changes to the autorisation system for the page autorisation to have a continued line of page authentification and no discrepencies in the Software it self --- Web/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Web/templates/base.html b/Web/templates/base.html index d75e382..633ef46 100755 --- a/Web/templates/base.html +++ b/Web/templates/base.html @@ -1823,7 +1823,7 @@ { label: 'Orte verwalten', keywords: ['orte verwalten', 'orte', 'location'], url: {{ url_for('manage_locations')|tojson }} }, {% endif %} - {% if current_permissions.pages.get('admin_school_settings', False) %} + {% if current_permissions.actions.get('can_manage_settings', False) %} { label: 'Schulstammdaten', keywords: ['schule', 'settings', 'stammdaten', 'school settings'], url: {{ url_for('admin_school_settings')|tojson }} }, {% endif %}