diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/base.html | 2 | ||||
-rw-r--r-- | templates/cave.html | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index 34f6581..2661123 100644 --- a/templates/base.html +++ b/templates/base.html @@ -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> | diff --git a/templates/cave.html b/templates/cave.html index fab7343..416a450 100644 --- a/templates/cave.html +++ b/templates/cave.html @@ -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 }} |