diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2022-07-21 00:40:03 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2022-07-21 00:40:03 +0300 |
commit | 3ab8a5d1ad0a51afc5efc1793974ed75dc02863a (patch) | |
tree | bb5f871117b5866e21d8bdf7c9584f3d6a085d69 | |
parent | 83bbda7c401670674f3cc614e3d8b2e5620d9ab0 (diff) | |
download | troggle-3ab8a5d1ad0a51afc5efc1793974ed75dc02863a.tar.gz troggle-3ab8a5d1ad0a51afc5efc1793974ed75dc02863a.tar.bz2 troggle-3ab8a5d1ad0a51afc5efc1793974ed75dc02863a.zip |
layout tidy
-rw-r--r-- | templates/cave.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/cave.html b/templates/cave.html index 93a6ab9..ce6bb3d 100644 --- a/templates/cave.html +++ b/templates/cave.html @@ -517,10 +517,10 @@ div#scene { {% if cave.survex_file %} <h2>Survex File</h2> - <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). See <a href="/handbook/computing/todo.html">/handbook/computing/todo.html</a>. - <a href="/survexfile">All survex files</a> - <a href="{% if cave.kataster_number %}{% url "cave3d" cave.kataster_number %}{% else %}{% url "cave3d" cave.unofficial_number %}{% endif %}">3d file download</a> - <a href="{% if cave.kataster_number %}{% url "survexcavessingle" cave.kataster_number %}">This survex file</a> {% endif %}"> + <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). See <a href="/handbook/computing/todo.html">/handbook/computing/todo.html</a>.<br> + <a href="/survexfile">All survex files</a> <br> + <a href="{% if cave.kataster_number %}{% url "cave3d" cave.kataster_number %}{% else %}{% url "cave3d" cave.unofficial_number %}{% endif %}">3d file download</a> <br> + <a href="{% if cave.kataster_number %}{% url "survexcavessingle" cave.kataster_number %}">This survex file</a> {% endif %} <div id='scene'></div> {% endif %} |