diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/cavearea.html | 8 | ||||
-rw-r--r-- | templates/cavebase.html | 2 |
2 files changed, 5 insertions, 5 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 diff --git a/templates/cavebase.html b/templates/cavebase.html index f546ebf..8e8132e 100644 --- a/templates/cavebase.html +++ b/templates/cavebase.html @@ -1,7 +1,7 @@ {% extends "base.html" %}
{% load wiki_markup %}
-{% block title %}{{ cave.official_name|wiki_to_html }}{% endblock %}
+{% block title %}{{ cave.official_name|wiki_to_html_short }}{% endblock %}
{% block contentheader %}
<table id="cavepage">
|