{% extends "cavebase.html" %} {% block title %}Edit Cave - {{cave.official_name|safe}} - {{cave.kataster_number}}{% endblock %} {% block extraheaders %} {% include 'html_editor_scripts_css.html' %} {% endblock %} {% block content %}

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

{% include 'html_editor_pop_ups.html' %}

{{message}}

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

{% endblock %}