diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/cave.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/templates/cave.html b/templates/cave.html index 7d21ca7..5965082 100644 --- a/templates/cave.html +++ b/templates/cave.html @@ -421,7 +421,7 @@ div#scene { CV.UI.init( 'scene', { home: '/javascript/CaveView/', surveyDirectory: '/cave/3d/', - terrainDirectory: '/loser/surface/terrain/' + terrainDirectory: '/loser/surface/terrain/' } ); // load a single survey to display @@ -516,7 +516,10 @@ div#scene { {% if ent.entrance.exact_station %} <dt>Exact Station</dt><dd>{{ ent.entrance.exact_station|safe }} {{ ent.entrance.exact_location.y|safe }}, {{ ent.entrance.exact_location.x|safe }}, {{ ent.entrance.exact_location.z|safe }}m</dd> {% endif %} - {% if ent.entrance.other_station %} + {% if ent.entrance.find_location %} + <dt>Coordinates</dt><dd>{{ ent.entrance.find_location|safe }}</dd> + {% endif %} + {% if ent.entrance.other_station %} <dt>Other Station</dt><dd>{{ ent.entrance.other_station|safe }} {% if ent.entrance.other_description %} - {{ ent.entrance.other_description|safe }} |