summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/cave.html4
1 files 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 @@
<h2>Equipment</h2>
{{ cave.equipment|safe }}
{% endif %}
-{#
+{% comment "Kataster status is probably only required in the header" %}
{% if cave.kataster_status %}
<h2>Kataster_status</h2>
{{ cave.kataster_status|safe }}
{% endif %}
-#}
+{% endcomment %}
{% if cave.underground_centre_line %}
<h2>Underground Centre Line</h2>
{{ cave.underground_centre_line|safe }}