From 20cc8eab24191902394316519f4889e55bdec1c6 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Tue, 19 Mar 2019 14:51:04 +0000 Subject: Allow admin to add datasets --- app/templates/admin/add.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 app/templates/admin/add.html (limited to 'app/templates/admin/add.html') diff --git a/app/templates/admin/add.html b/app/templates/admin/add.html new file mode 100644 index 0000000..5c613c4 --- /dev/null +++ b/app/templates/admin/add.html @@ -0,0 +1,11 @@ +{% extends 'base.html' %} +{% import 'bootstrap/wtf.html' as wtf %} + +{% block app_content %} +

Add Dataset

+
+
+ {{ wtf.quick_form(form) }} +
+
+{% endblock %} -- cgit v1.2.3