diff options
Diffstat (limited to 'templates/cave.html')
-rw-r--r-- | templates/cave.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/cave.html b/templates/cave.html index 00b2a5f..f3b36db 100644 --- a/templates/cave.html +++ b/templates/cave.html @@ -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> |