2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2026-03-30 06:49:50 +01:00

cave formatting

This commit is contained in:
2025-11-21 23:56:28 +02:00
parent 8d5fa586ca
commit 90ae23fc05
3 changed files with 4 additions and 4 deletions

View File

@@ -142,7 +142,7 @@ Nope, it is not useful, removing it... Philip S.
<br /><li>
Id letter: '{{ ent.entranceletter|safe}}'
{% if ent.entrance.name %}
{{ ent.entrance.name|safe }}
{{ ent.entrance.name|safe }} <!-- not working correctly?-->
{% endif %}<a class="editlink" href="{% if local %}https://expo.survex.com{% endif %}{% url "editentrance" cave.slug ent.entrance.slug %}">Edit this entrance</a>
<dl>
{% if ent.entrance.marking %}
@@ -239,7 +239,7 @@ cave survex path '{{ cave.areacode }}/{% if cave.kataster_number %}{{cave.katast
{% if cave.explorers %}
<h3>Initially explored by</h3>
<p> {{ cave.explorers|safe }}<br />
<p>[This field is a fossil: it used to show whether the cave was explored by CUCC/expo or by another group, but that information is now available in the survex files recording the surveying, see <a href="/survexfile/{{cave.survex_file}}">the primary survex file</a>. However, some caves do not have any survex files, in which case this information is worth keeping.]
<p>[This field is a fossil: it used to show whether the cave was explored by CUCC/expo or by another group, but that information is now available in the survex files recording the surveying, see <a href="/survexfile/{{cave.survex_file}}">the primary survex file</a>. However, some caves do not have any survex files, or the original survex files have been replaced by a resurvey, in which case this information is worth keeping.]
{% endif %}
<div id='scene'></div>
{% endif %}