2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2026-03-22 22:42:19 +00:00

comments in pages

This commit is contained in:
2023-10-11 01:38:41 +03:00
parent d6a3006444
commit d34c2c50d7
2 changed files with 3 additions and 3 deletions

View File

@@ -118,7 +118,7 @@
{% endif %}
<h2>Scanned survey notes</h2>
<a href="{% url "cavewallets" cave_id %}">{{ cave_id|safe }}</a>
<a href="{% url "cavewallets" cave_id %}">{{ cave_id|safe }}</a> (if any)
{% endif %}
{% if cave.notes %}
@@ -205,7 +205,7 @@
<a class="editlink" href="{% if local %}https://expo.survex.com{% endif %}{% url "newentrance" cave.url_parent cave.slug %}">New Entrance</a>
</div>
<h2>Survex File(s)</h2>
All <a href="/survexfile/{{ cave.areacode }}-{% if cave.kataster_number %}{{cave.kataster_number}}{% else %}{{cave.unofficial_number}}{% endif %}">survexfiles</a> for this cave <br />
All <a href="/survexfile/{{ cave.areacode }}-{% if cave.kataster_number %}{{cave.kataster_number}}{% else %}{{cave.unofficial_number}}{% endif %}">survexfiles</a> for this cave (if any) <br />
{% if cave.survex_file %}
Primary <a href="/survexfile/{{cave.survex_file}}">survex file</a> for this cave
<br>