diff options
Diffstat (limited to 'templates/editentrance.html')
-rw-r--r-- | templates/editentrance.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/editentrance.html b/templates/editentrance.html index 2691d6e..00fd196 100644 --- a/templates/editentrance.html +++ b/templates/editentrance.html @@ -7,7 +7,11 @@ {% block content %} <h1>Edit Entrance at cave {{cave.official_name|safe}} - {{cave.unofficial_number}} - {{cave.kataster_number}}</h1> {% include 'html_editor_pop_ups.html' %} + +<!-- If you are looking for the furniture that creates the fields on this form, you need to look +at troggle/core/forms.py ass this uses a Django magic form creation thinggy. --> <h2>{{message}}</h2> + <form action="" method="post">{% csrf_token %} <p>First, <em>DO YOU KNOW</em> how to use *fix data in survex files ? <ul> |