summaryrefslogtreecommitdiffstats
path: root/templates/new_image_form.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/new_image_form.html')
-rw-r--r--templates/new_image_form.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/new_image_form.html b/templates/new_image_form.html
new file mode 100644
index 0000000..1a2f636
--- /dev/null
+++ b/templates/new_image_form.html
@@ -0,0 +1,5 @@
+<form id="new_image_form" action="{% url 'new_image_form' path %}" method="post" enctype="multipart/form-data">
+ {% csrf_token %}
+ {{ form.as_p }}
+ <input type="submit" value="Submit">
+</form>