2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-01-19 09:22:32 +00:00

Better links for 2022

This commit is contained in:
Philip Sargent 2022-07-21 19:34:52 +03:00
parent 931c33cfdb
commit c747664a26
2 changed files with 4 additions and 1 deletions

View File

@ -32,7 +32,7 @@
<a href="/survexfile/">Survex</a> |
<a href="{% url "survexcaveslist" %}">All Survex</a> |
<a href="{% url "allwallets" %}">Scans</a> |
<a href="{% url "scanupload" '2021:01' %}">Upload Scans</a> |
<a href="{% url "scanupload" '2022:01' %}">Upload Scans</a> |
<a href="{% url "dwgallfiles" %}">Drawings</a> |
<a href="{% url "dwgupload" %}">Upload Drawings</a> |
<a href="{% url "photoupload" %}">Upload Photos</a> |

View File

@ -523,6 +523,9 @@ div#scene {
<div id='scene'></div>
{% endif %}
<h2>Scanned survey notes</h2>
<a href="{% url "cavewallets" cave_id %}">{{ cave_id|safe }}</a>
{% if cave.notes %}
<h2>Notes</h2>
{{ cave.notes|safe }}