diff options
Diffstat (limited to 'templates/cave.html')
-rw-r--r-- | templates/cave.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/cave.html b/templates/cave.html index 7cbeef2..e12bdc8 100644 --- a/templates/cave.html +++ b/templates/cave.html @@ -517,7 +517,7 @@ 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>.<br> + <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.rst">/handbook/computing/todo.rst</a>.<br> <a href="{% if cave.kataster_number %}{% url "cave3d" cave.kataster_number %} {% else %}{% url "cave3d" cave.unofficial_number %} {% endif %}">3d file download</a> for this cave<br> <a href="{% if cave.kataster_number %}{% url "survexcavessingle" cave.kataster_number %}{% else %}{% url "survexcavessingle" cave.unofficial_number %}{% endif %}">survex file</a> for this cave |