{% extends "cavebase.html" %} {% block title %} {% if cave.official_name or cave.kataster_number or cave.unofficial_number %} Edit Cave - {{cave.official_name|safe}} - {{cave.kataster_number}} {% else %} New Cave Creation Form {% endif %} {% endblock %} {% block extraheaders %} {% include 'html_editor_scripts_css.html' %} {% endblock %} {% block content %} {% if cave.official_name or cave.kataster_number or cave.unofficial_number %}

Edit Cave - {{cave.official_name|safe}} {{cave.reference}}

The fields on this form, two of which are vital, are documented explicitly on the page cave entry fields and these same fields appear in the alternative file upload process as described in new cave file.

As it says there, "There are a lot of fields on the 'new/edit cave' page and the 'new/edit entrance' page and some of them are a quite mysterious. This page explains what they mean." {% else %}

New Cave Creation

WARNING

This form is the SIXTH step in the expo online cave recording system.

The whole process starts at step ONE here: Great, I have discovered a new cave....

But even if you are happy and confident that you have understood steps 1 to 5, please go through the recommended procedure of editing an existing cave entry first, before trying to create a totally new one. This is described under the section "Recommended procedure" on the page CaveEntry especially sub-heading "Edit Cave form" and please go through the example edit process for caves Plateauhöhle 171 and Plateauhöhle 172, as described there.

If you have not done all the preceeding steps, cancel this form and go back and do them now. Click here.

This form contains many esoteric and non-obvious data requirements, which will give you a frustrating time if you try to persist without being familiar with how all the bits fit together.

The fields on this form, two of which are vital, are documented explicitly on the page cave entry fields and these same fields appear in the alternative file upload process as described in new cave file.

As it says there, "There are a lot of fields on the 'new/edit cave' page and the 'new/edit entrance' page and some of them are a quite mysterious. This page explains what they mean."

{% endif %} {% include 'html_editor_pop_ups.html' %}

{{message}}

{% csrf_token %} {{ form }} {{caveAndEntranceFormSet}}

{% endblock %}