diff --git a/templates/cave.html b/templates/cave.html
index 7e8e09efb..d7ceb13fa 100644
--- a/templates/cave.html
+++ b/templates/cave.html
@@ -1,413 +1,415 @@
{% extends "cavebase.html" %}
-
+
{% block extraheaders %}
{% if cave.survex_file %}
-
@@ -417,20 +419,20 @@ div#scene {
{% endif %}
@@ -500,7 +502,7 @@ div#scene {
{% endif %}
{% if cave.survex_file %}
Survex File
- All survex files
+ All survex files
3d file download
This survex file
@@ -513,7 +515,7 @@ div#scene {
-
{% if cave.entrances %}
+
{% if cave.entrances %}
Entrances
{% for ent in cave.entrances %}
@@ -570,10 +572,10 @@ div#scene {
{% endif %}
{% if ent.entrance.other_station %}
- Other Station
- {{ ent.entrance.other_station|safe }}
- {% if ent.entrance.other_description %}
- - {{ ent.entrance.other_description|safe }}
- {% endif %} {{ ent.entrance.other_location.y|safe }}, {{ ent.entrance.other_location.x|safe }}, {{ ent.entrance.other_location.z|safe }}m
-
+ {% if ent.entrance.other_description %}
+ - {{ ent.entrance.other_description|safe }}
+ {% endif %} {{ ent.entrance.other_location.y|safe }}, {{ ent.entrance.other_location.x|safe }}, {{ ent.entrance.other_location.z|safe }}m
+
{% endif %}