diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/editcave.html | 3 | ||||
-rw-r--r-- | templates/new_image_form.html | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/templates/editcave.html b/templates/editcave.html index 640412a..45f752b 100644 --- a/templates/editcave.html +++ b/templates/editcave.html @@ -8,7 +8,8 @@ {% include 'html_editor_pop_ups.html' %} <h2>{{message}}</h2> <form action="" method="post">{% csrf_token %} - <table>{{ form }}<!-- begin caveAndEntranceFormSet-->{{caveAndEntranceFormSet}}<!--end caveAndEntranceFormSet--></table> + <table>{{ form }} + <!-- begin caveAndEntranceFormSet-->{{caveAndEntranceFormSet}}<!--end caveAndEntranceFormSet--></table> <p><input type="submit" value="Submit" /></p> </form> 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"> |