Reordered cave description and survey.

This commit is contained in:
Martin Green 2023-06-07 21:54:25 +01:00
parent f477507d27
commit 4e34ae0530

View File

@ -74,6 +74,10 @@
<h2>Explorers</h2>
{{ cave.explorers|safe }}
{% endif %}
{% if cave.survey %}
<h2>Survey</h2>
{{ cave.survey|safe }}
{% endif %}
{% if cave.underground_description %}
<h2>Underground Description</h2>
{{ cave.underground_description|safe }}
@ -86,10 +90,6 @@
<h2>References</h2>
{{ cave.references|safe }}
{% endif %}
{% if cave.survey %}
<h2>Survey</h2>
{{ cave.survey|safe }}
{% endif %}
{% if cave.kataster_status %}
<h2>Kataster_status</h2>
{{ cave.kataster_status|safe }}