summaryrefslogtreecommitdiffstats
path: root/templates/editcave.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/editcave.html')
-rw-r--r--templates/editcave.html3
1 files changed, 2 insertions, 1 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>