From ec3ebe8499661330ddcceeb3f9d872c39f5f8fbd Mon Sep 17 00:00:00 2001 From: Martin Green Date: Wed, 7 Jun 2023 22:21:41 +0100 Subject: [PATCH] Fixed comments again --- templates/cave.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/cave.html b/templates/cave.html index 6bec0f0..5612f7f 100644 --- a/templates/cave.html +++ b/templates/cave.html @@ -82,12 +82,12 @@

Equipment

{{ cave.equipment|safe }} {% endif %} -{# +{% comment "Kataster status is probably only required in the header" %} {% if cave.kataster_status %}

Kataster_status

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

Underground Centre Line

{{ cave.underground_centre_line|safe }}