From c44a4813824f7cff19ce336466761e5f8d2fc09b Mon Sep 17 00:00:00 2001 From: Aiirondev Date: Sun, 20 Sep 2026 13:02:54 +0200 Subject: [PATCH] changes to the beschriftungs presets --- Web/templates/edit_library.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Web/templates/edit_library.html b/Web/templates/edit_library.html index b98ba35..4060c5a 100644 --- a/Web/templates/edit_library.html +++ b/Web/templates/edit_library.html @@ -274,7 +274,7 @@ {% if not show_library_features %}
-

{{ filter_names.get('2', 'Fach') }}

+

{{ filter_names.get('1', 'Fach') }}

{% for idx in range(4) %}
@@ -286,7 +286,7 @@ {% endfor %}
-

{{ filter_names.get('1', 'Jahrgangsstufe') }}

+

{{ filter_names.get('2', 'Jahrgangsstufe') }}

{% for idx in range(4) %}