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, 1 insertions, 2 deletions
diff --git a/templates/editcave.html b/templates/editcave.html
index 0f0b37c..75033b3 100644
--- a/templates/editcave.html
+++ b/templates/editcave.html
@@ -8,8 +8,7 @@
{% include 'html_editor_pop_ups.html' %}
<h2>{{message}}</h2>
<form action="" method="post">{% csrf_token %}
- <table>{{ form }}{{caveAndEntranceFormSet}}</table>
- {{ versionControlForm }}
+ <table>{{ form }}<!--1-->{{caveAndEntranceFormSet}}<!--2--></table>
<p><input type="submit" value="Submit" /></p>
</form>