From: Michael J.M. Wagner Date: Mon, 29 Jan 2024 16:31:03 +0000 (+0100) Subject: posaune X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=b034111e6e10839921ddfc9c9f0d8f31f89c1395;p=SVBaL.git posaune --- diff --git a/python/eh_util/eh_abgleich/migrations/__init__.py b/python/eh_util/eh_abgleich/migrations/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/python/eh_util/eh_abgleich/templates/__init__.py b/python/eh_util/eh_abgleich/templates/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/python/eh_util/eh_abgleich/templates/list.html b/python/eh_util/eh_abgleich/templates/list.html new file mode 100644 index 0000000..00aadd2 --- /dev/null +++ b/python/eh_util/eh_abgleich/templates/list.html @@ -0,0 +1,38 @@ + + + + + Minimal Django File Upload Example + + + + + {% if documents %} + + {% else %} +

No documents.

+ {% endif %} + + +
+ {% csrf_token %} +

{{ form.non_field_errors }}

+ +

{{ form.docfile.label_tag }} {{ form.docfile.help_text }}

+ +

+ {{ form.docfile.errors }} + {{ form.docfile }} +

+ + + +

+
+ + +