From a501be58d14cfeb825ce356e86c203cef6799b54 Mon Sep 17 00:00:00 2001 From: elpatron Date: Thu, 24 Jul 2025 12:09:13 +0200 Subject: [PATCH] add missing kw_berechnen' in accordeon --- templates/index.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/templates/index.html b/templates/index.html index 7f0c6f2..873aa9b 100644 --- a/templates/index.html +++ b/templates/index.html @@ -304,6 +304,29 @@ {% endif %} +
+ +
+
+ + +
+ {% if kw_berechnen is not none %} +
Kalenderwoche von {{ format_date(request.form.get('datum6', '')) }}: {{ kw_berechnen }}
+ {% endif %} +
+