From 174d7bfe136afcc306e4742d4fac54da1bc9987d Mon Sep 17 00:00:00 2001 From: Martin Green Date: Wed, 7 Jun 2023 22:08:11 +0100 Subject: [PATCH] Commented out Kataster status. Chnaged Survey heading to Surveys and Rigging Guides. Moved explorers and references down the page. --- templates/cave.html | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/templates/cave.html b/templates/cave.html index 5df238c..6e0f4ff 100644 --- a/templates/cave.html +++ b/templates/cave.html @@ -70,12 +70,8 @@
{% comment %} The 'cave' object has text field, not forign-key fields, so we cant dereference to get info on the survex file {% endcomment %} -

{% if cave.explorers %} -

Explorers

- {{ cave.explorers|safe }} -{% endif %} {% if cave.survey %} -

Survey

+

Surveys and Rigging Guides

{{ cave.survey|safe }} {% endif %} {% if cave.underground_description %} @@ -86,19 +82,24 @@

Equipment

{{ cave.equipment|safe }} {% endif %} -{% if cave.references %} -

References

- {{ cave.references|safe }} -{% endif %} +<-- {% if cave.kataster_status %}

Kataster_status

{{ cave.kataster_status|safe }} {% endif %} +--> {% if cave.underground_centre_line %}

Underground Centre Line

{{ cave.underground_centre_line|safe }} {% endif %} - +{% if cave.explorers %} +

Explorers

+ {{ cave.explorers|safe }} +{% endif %} +{% if cave.references %} +

References

+ {{ cave.references|safe }} +{% endif %} {% if cave.get_QMs %}

QMs

QM page for {{ cave_id|safe }} @@ -111,7 +112,7 @@ {% if cave.notes %}

Notes

{{ cave.notes|safe }} -{% endif %}

+{% endif %}