summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/actions/image_create.html
diff options
context:
space:
mode:
Diffstat (limited to 'ogcp/templates/actions/image_create.html')
-rw-r--r--ogcp/templates/actions/image_create.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/ogcp/templates/actions/image_create.html b/ogcp/templates/actions/image_create.html
new file mode 100644
index 0000000..2e2b4f9
--- /dev/null
+++ b/ogcp/templates/actions/image_create.html
@@ -0,0 +1,11 @@
+{% extends 'base.html' %}
+{% import "bootstrap/wtf.html" as wtf %}
+
+{% block content %}
+
+{{ wtf.quick_form(form,
+ action=url_for('action_image_create'),
+ method='post',
+ button_map={'create': 'primary'}) }}
+
+{% endblock %}