diff options
Diffstat (limited to 'templates/cave.html')
-rw-r--r-- | templates/cave.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/cave.html b/templates/cave.html index 746c257..81357a1 100644 --- a/templates/cave.html +++ b/templates/cave.html @@ -97,12 +97,15 @@ {{ cave.kataster_status|safe }} {% endif %} {% endcomment %} +<!-- {% comment "Is this underground centre line section ever usefull? I suspect it should be deleted. MJG" %} +Nope, it is not useful, removing it... Philip S. {% endcomment %} {% if cave.underground_centre_line %} <h2>Underground Centre Line</h2> {{ cave.underground_centre_line|safe }} {% endif %} +--> {% if cave.explorers %} <h2>Explorers</h2> {{ cave.explorers|safe }} |