From 5ed3c906ddf13b657d78264d1c44dcc25afee100 Mon Sep 17 00:00:00 2001 From: AIIrondev Date: Mon, 24 Aug 2026 16:53:40 +0200 Subject: [PATCH] Correction of the implementation of the Filter_names in the manage_filters.html. --- Web/templates/manage_filters.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Web/templates/manage_filters.html b/Web/templates/manage_filters.html index f37713f..544230b 100755 --- a/Web/templates/manage_filters.html +++ b/Web/templates/manage_filters.html @@ -19,7 +19,7 @@
-

{{ filter_names.get('2', 'Fachgebiet') }} (Filter 1)

+

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

@@ -67,7 +67,7 @@
-

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

+

{{ filter_names.get('2', 'Fachgebiet') }} (Filter 2)