2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2024-11-22 15:21:52 +00:00

fixing Beckas complaint

This commit is contained in:
Philip Sargent 2022-07-15 16:04:07 +03:00
parent ef27901125
commit 02cf9b1c22

View File

@ -4,7 +4,7 @@
{% include 'html_editor_scripts_css.html' %} {% include 'html_editor_scripts_css.html' %}
{% endblock %} {% endblock %}
{% block content %} {% block content %}
<h1>Edit Cave - {{cave.official_name|safe}} - {{cave.kataster_number}}</h1> <h1>Edit Cave - {{cave.official_name|safe}} {{cave.reference}}</h1>
{% include 'html_editor_pop_ups.html' %} {% include 'html_editor_pop_ups.html' %}
<h2>{{message}}</h2> <h2>{{message}}</h2>
<form action="" method="post">{% csrf_token %} <form action="" method="post">{% csrf_token %}