Fixed comments again

This commit is contained in:
Martin Green 2023-06-07 22:21:41 +01:00
parent 1ef636ca6f
commit ec3ebe8499

View File

@ -82,12 +82,12 @@
<h2>Equipment</h2> <h2>Equipment</h2>
{{ cave.equipment|safe }} {{ cave.equipment|safe }}
{% endif %} {% endif %}
{# {% comment "Kataster status is probably only required in the header" %}
{% 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 %}
#} {% endcomment %}
{% 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 }}