diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-03-19 19:12:09 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-03-19 19:12:09 +0000 |
commit | 4ae79a642e079ecd366601649067680f1b66159c (patch) | |
tree | e0527c38ba0e75973235a80dc9b42123fda353de /templates/cave.html | |
parent | 9489b9209d7704992753c778b430eb3e2c2c7a6c (diff) | |
download | troggle-4ae79a642e079ecd366601649067680f1b66159c.tar.gz troggle-4ae79a642e079ecd366601649067680f1b66159c.tar.bz2 troggle-4ae79a642e079ecd366601649067680f1b66159c.zip |
Report format clean-up
Diffstat (limited to 'templates/cave.html')
-rw-r--r-- | templates/cave.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/cave.html b/templates/cave.html index f06845b..a7faab2 100644 --- a/templates/cave.html +++ b/templates/cave.html @@ -485,10 +485,11 @@ div#scene { <h2>Explorers</h2> {{ cave.explorers|safe }} {% endif %} + <h2>Survex File(s)</h2> + All <a href="/survexfile/{{cave.kataster_number}}">survexfiles</a> for this cave<br /> {% if cave.survex_file %} - <h2>Survex File</h2> + Primary <a href="/survexfile/{{cave.survex_file}}">survex file</a> for this cave <p>[<a href="https://aardgoose.github.io/CaveView.js/">CaveView</a> display of the .3d file is temporarily disabled while we fix things (Nov.2021).<br> See <a href="/handbook/computing/todo.rst">/handbook/computing/todo.rst</a>.]<br><br> - Primary <a href="/survexfile/{{cave.survex_file}}">Survex file</a> for this cave <div id='scene'></div> {% endif %} |