From b2fff1c0cb13d720e305f7835044da7360aab273 Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Tue, 2 Jun 2020 18:33:32 +0200 Subject: Add simple admin interface test --- admin/templates/index.html | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 admin/templates/index.html (limited to 'admin/templates') diff --git a/admin/templates/index.html b/admin/templates/index.html new file mode 100644 index 00000000..87238d50 --- /dev/null +++ b/admin/templates/index.html @@ -0,0 +1,45 @@ + + + +CCCMS Admin + +{{ dropzone.load_css() }} +{{ dropzone.style('border: 2px dashed #0087F7; min-height: 3em;') }} + + + + +{{ dropzone.load_js() }} + + + + + + +
{{ dropzone.create(action='/admin') }}
+ + + +{{ dropzone.config() }} + + -- cgit v1.2.3