2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2026-04-01 08:21:37 +01:00

debug ent report

This commit is contained in:
2023-03-28 15:37:25 +01:00
parent 2091eb8e8b
commit 6ca5d5bfa8
6 changed files with 91 additions and 40 deletions

View File

@@ -8,7 +8,7 @@
{% include 'html_editor_pop_ups.html' %}
<h2>{{message}}</h2>
<form action="" method="post">{% csrf_token %}
<table>{{ form }}<!--1-->{{caveAndEntranceFormSet}}<!--2--></table>
<table>{{ form }}<!-- begin caveAndEntranceFormSet-->{{caveAndEntranceFormSet}}<!--end caveAndEntranceFormSet--></table>
<p><input type="submit" value="Submit" /></p>
</form>