forked from expo/troggle
fixing bugs after wookey session
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{% extends "cavebase.html" %}
|
||||
<!-- cave.html - this text visible because this template has been included -->
|
||||
{% block extraheaders %}
|
||||
<!-- cave.html - this text visible because this template has been included -->
|
||||
{% if cave.survex_file %}
|
||||
|
||||
<!--
|
||||
@@ -527,7 +527,7 @@ div#scene {
|
||||
<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="{% url "svx" svxstem %}">This survex file</a>
|
||||
<a href="{% url "survexcavessingle" cave.kataster_number %}">This survex file</a>
|
||||
|
||||
<div id='scene'></div>
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user