diff --git a/templates/cave.html b/templates/cave.html
index b76cc25..5df238c 100644
--- a/templates/cave.html
+++ b/templates/cave.html
@@ -74,6 +74,10 @@
Explorers
{{ cave.explorers|safe }}
{% endif %}
+{% if cave.survey %}
+ Survey
+ {{ cave.survey|safe }}
+{% endif %}
{% if cave.underground_description %}
Underground Description
{{ cave.underground_description|safe }}
@@ -86,10 +90,6 @@
References
{{ cave.references|safe }}
{% endif %}
-{% if cave.survey %}
- Survey
- {{ cave.survey|safe }}
-{% endif %}
{% if cave.kataster_status %}
Kataster_status
{{ cave.kataster_status|safe }}