diff options
-rw-r--r-- | templates/personindex.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/personindex.html b/templates/personindex.html index 21fe262..6d39306 100644 --- a/templates/personindex.html +++ b/templates/personindex.html @@ -5,7 +5,7 @@ {% block content %}
{% for person in persons %}
- <div class="personblock"><a href="/person/{{person.id}}">{{person}}</a>
+ <div class="personblock"><a href="/person/{{person.id}}">{{person|wiki_to_html_short}}</a>
<ul>
{% for personexpedition in person.personexpedition_set.all %}
<li>
|