diff options
Diffstat (limited to 'templates/editcave.html')
-rw-r--r-- | templates/editcave.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/editcave.html b/templates/editcave.html index 75033b3..640412a 100644 --- a/templates/editcave.html +++ b/templates/editcave.html @@ -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> |