diff --git a/Web/templates/base.html b/Web/templates/base.html index 6ee851b..82a1c2c 100755 --- a/Web/templates/base.html +++ b/Web/templates/base.html @@ -911,6 +911,18 @@ Artikel {% endif %} + {% if 'username' in session %} + {% if current_permissions.pages.get('my_borrowed_items', True) %} + + {% endif %} + {% if current_permissions.pages.get('tutorial_page', True) %} + + {% endif %} + {% endif %} {% if 'username' in session and current_permissions.pages.get('upload_admin', True) and current_permissions.actions.get('can_insert', True) %}