diff options
Diffstat (limited to 'templates/new_image_form.html')
-rw-r--r-- | templates/new_image_form.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/new_image_form.html b/templates/new_image_form.html index 1a2f636..c2d58fb 100644 --- a/templates/new_image_form.html +++ b/templates/new_image_form.html @@ -1,4 +1,4 @@ -<form id="new_image_form" action="{% url 'new_image_form' path %}" method="post" enctype="multipart/form-data"> +<form id="new_image_form" action="{% url 'new_image_form' path %}" method="post" enctype="multipart/form-data" class="dropzone"> {% csrf_token %} {{ form.as_p }} <input type="submit" value="Submit"> |