2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-18 05:17:07 +00:00

remove unused versionControlForm

This commit is contained in:
2023-03-28 14:19:06 +01:00
parent 860ce6b065
commit 2091eb8e8b
3 changed files with 1 additions and 9 deletions

View File

@@ -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>