]> wagnertech.de Git - SVBaL.git/commitdiff
pydev-s6
authorMichael Wagner <michael@wagnertech.de>
Wed, 9 Oct 2024 09:17:06 +0000 (11:17 +0200)
committerMichael Wagner <michael@wagnertech.de>
Wed, 9 Oct 2024 09:17:06 +0000 (11:17 +0200)
python/eh_util/ausweis/templates/aus_index.html [new file with mode: 0644]
python/eh_util/ausweis/templates/index.html [deleted file]

diff --git a/python/eh_util/ausweis/templates/aus_index.html b/python/eh_util/ausweis/templates/aus_index.html
new file mode 100644 (file)
index 0000000..93369a6
--- /dev/null
@@ -0,0 +1,17 @@
+<html>
+<head>
+       <title>Siedlerverein-Verwaltung by WagnerTech UG</title>
+</head>
+<body>
+<h1>Erstellung Mitgliederausweise</h1>
+{% if csv_datei_name %}
+       <p>S-Verein-Export: {{csv_datei_name}}</p>
+       <p><a href="upload">Datei ändern</a></p>
+{% else %}
+       <p><a href="upload">Datei hochladen</a></p>
+{% endif %}
+<p><a href="anschreiben">Anschreiben erstellen</a></p>
+<p><a href="alle_ausweise">Alle Ausweise erstellen</a></p>
+<p><a href="einzelausweis">Einzelnen Ausweis erstellen</a></p>
+</body>
+</html>
diff --git a/python/eh_util/ausweis/templates/index.html b/python/eh_util/ausweis/templates/index.html
deleted file mode 100644 (file)
index 93369a6..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-<html>
-<head>
-       <title>Siedlerverein-Verwaltung by WagnerTech UG</title>
-</head>
-<body>
-<h1>Erstellung Mitgliederausweise</h1>
-{% if csv_datei_name %}
-       <p>S-Verein-Export: {{csv_datei_name}}</p>
-       <p><a href="upload">Datei ändern</a></p>
-{% else %}
-       <p><a href="upload">Datei hochladen</a></p>
-{% endif %}
-<p><a href="anschreiben">Anschreiben erstellen</a></p>
-<p><a href="alle_ausweise">Alle Ausweise erstellen</a></p>
-<p><a href="einzelausweis">Einzelnen Ausweis erstellen</a></p>
-</body>
-</html>