From 2460ef593a17eecad863e8702904292cc9706d9e Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Mon, 20 Apr 2020 00:52:33 +0200 Subject: Kickoff --- templates/mandant.html | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 templates/mandant.html (limited to 'templates/mandant.html') diff --git a/templates/mandant.html b/templates/mandant.html new file mode 100644 index 0000000..16c07ab --- /dev/null +++ b/templates/mandant.html @@ -0,0 +1,37 @@ + + + +Filer + +{{ dropzone.load_css() }} +{{ dropzone.style('border: 2px dashed #0087F7; min-height: 10px;') }} + + + +{{ dropzone.load_js() }} +

Kanzlei Hubrig – Dokumenten-Austausch

+{%- if admin %} +Zurück zur Übersicht +{% endif -%} +

Dokumente

+ + +
{{ dropzone.create(action="/"+admin+"Dokumente/"+user) }}
+ +{{ dropzone.config() }} + + -- cgit v1.2.3