diff options
Diffstat (limited to 'templates/cave.html')
-rw-r--r-- | templates/cave.html | 3 |
1 files changed, 3 insertions, 0 deletions
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 }} |