summaryrefslogtreecommitdiffstats
path: root/templates/cavearea.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/cavearea.html')
-rw-r--r--templates/cavearea.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/cavearea.html b/templates/cavearea.html
index 9049225..1ce4142 100644
--- a/templates/cavearea.html
+++ b/templates/cavearea.html
@@ -2,8 +2,8 @@
{% load wiki_markup %}
{% block content %}
-{{ cavearea.description }}
-{{ cavearea.name }}
-{{ cavearea.parentArea }}
-{{ cavearea.survexFile }}
+{{ cavearea.description|wiki_to_html_short }}
+{{ cavearea.name|wiki_to_html_short }}
+{{ cavearea.parentArea|wiki_to_html_short }}
+{{ cavearea.survexFile|wiki_to_html_short }}
{% endblock %} \ No newline at end of file