From 392eb9de32a6b0fc043b2304be2598abc9847697 Mon Sep 17 00:00:00 2001 From: elpatron Date: Fri, 21 Mar 2025 17:07:48 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20Passwort-Eingabe=20in=20upload.html=20wi?= =?UTF-8?q?eder=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/upload.html | 98 ++++++++++++++++++------------------------- 1 file changed, 41 insertions(+), 57 deletions(-) diff --git a/templates/upload.html b/templates/upload.html index 247eca1..69aeb01 100644 --- a/templates/upload.html +++ b/templates/upload.html @@ -8,28 +8,28 @@ @@ -68,51 +68,35 @@
-
-
-

CSV Upload

+

CSV-Dateien hochladen

+ {% if error %} +
{{ error }}
+ {% endif %} + {% if success %} +
{{ success }}
+ {% endif %} +
+
+ +
-
- {% if error %} - - {% endif %} - {% if success %} - - {% endif %} - -
- - -
-
- - -
-
- - -
-
- - Zurück zur Suche -
- +
+ +
-
+
+ + +
+
+ +
+
- + \ No newline at end of file