Commented out Kataster status. Chnaged Survey heading to Surveys and Rigging Guides. Moved explorers and references down the page.

This commit is contained in:
Martin Green 2023-06-07 22:08:11 +01:00
parent 4e34ae0530
commit 174d7bfe13

View File

@ -70,12 +70,8 @@
<div id="Description"> <div id="Description">
{% comment %} The 'cave' object has text field, not forign-key fields, so we cant dereference to get info on the survex file {% comment %} The 'cave' object has text field, not forign-key fields, so we cant dereference to get info on the survex file
{% endcomment %} {% endcomment %}
<p>{% if cave.explorers %}
<h2>Explorers</h2>
{{ cave.explorers|safe }}
{% endif %}
{% if cave.survey %} {% if cave.survey %}
<h2>Survey</h2> <h2>Surveys and Rigging Guides</h2>
{{ cave.survey|safe }} {{ cave.survey|safe }}
{% endif %} {% endif %}
{% if cave.underground_description %} {% if cave.underground_description %}
@ -86,19 +82,24 @@
<h2>Equipment</h2> <h2>Equipment</h2>
{{ cave.equipment|safe }} {{ cave.equipment|safe }}
{% endif %} {% endif %}
{% if cave.references %} <--
<h2>References</h2>
{{ cave.references|safe }}
{% endif %}
{% if cave.kataster_status %} {% if cave.kataster_status %}
<h2>Kataster_status</h2> <h2>Kataster_status</h2>
{{ cave.kataster_status|safe }} {{ cave.kataster_status|safe }}
{% endif %} {% endif %}
-->
{% if cave.underground_centre_line %} {% if cave.underground_centre_line %}
<h2>Underground Centre Line</h2> <h2>Underground Centre Line</h2>
{{ cave.underground_centre_line|safe }} {{ cave.underground_centre_line|safe }}
{% endif %} {% endif %}
{% if cave.explorers %}
<h2>Explorers</h2>
{{ cave.explorers|safe }}
{% endif %}
{% if cave.references %}
<h2>References</h2>
{{ cave.references|safe }}
{% endif %}
{% if cave.get_QMs %} {% if cave.get_QMs %}
<h2>QMs</h2> <h2>QMs</h2>
<a href="{% url 'caveQMs' cave_id|safe %}">QM page for {{ cave_id|safe }}</a> <a href="{% url 'caveQMs' cave_id|safe %}">QM page for {{ cave_id|safe }}</a>
@ -111,7 +112,7 @@
{% if cave.notes %} {% if cave.notes %}
<h2>Notes</h2> <h2>Notes</h2>
{{ cave.notes|safe }} {{ cave.notes|safe }}
{% endif %}</p> {% endif %}
</div> </div>
<div id="entrances"> <div id="entrances">