diff options
Diffstat (limited to 'templates/caveindex.html')
-rw-r--r-- | templates/caveindex.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/caveindex.html b/templates/caveindex.html index a19752f..445eddf 100644 --- a/templates/caveindex.html +++ b/templates/caveindex.html @@ -5,6 +5,6 @@ {% block content %}
{% for cave in caves %}
-<p>{{ cave }} <a href="./{{ cave.kataster_number }}/">{{ cave.official_name|wiki_to_html }}</a> </p>
+<p>{{ cave }} <a href="./{{ cave.kataster_number }}/">{{ cave.official_name|wiki_to_html_short }}</a> </p>
{% endfor %}
{% endblock %}
\ No newline at end of file |