mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-01-31 15:32:35 +00:00
fixed broken commment tags
This commit is contained in:
parent
174d7bfe13
commit
1ef636ca6f
@ -82,12 +82,12 @@
|
|||||||
<h2>Equipment</h2>
|
<h2>Equipment</h2>
|
||||||
{{ cave.equipment|safe }}
|
{{ cave.equipment|safe }}
|
||||||
{% endif %}
|
{% 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 }}
|
||||||
|
Loading…
Reference in New Issue
Block a user