2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2026-02-08 12:51:11 +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>

View File

@@ -15,7 +15,6 @@
<table><tr><th>Entrance Letter</th><td>{{ entletter }}</td></table>
{% endif %}
<table>{{ form }}</table>
{{ versionControlForm }}
<p><input type="submit" value="Submit" /></p>
</form>