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:
parent
931c33cfdb
commit
c747664a26
@ -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> |
|
||||
|
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user