diff options
author | substantialnoninfringinguser <substantialnoninfringinguser@gmail.com> | 2009-05-13 05:18:38 +0100 |
---|---|---|
committer | substantialnoninfringinguser <substantialnoninfringinguser@gmail.com> | 2009-05-13 05:18:38 +0100 |
commit | f536963d00e17e508e8e8e0944cf88f5b63a1225 (patch) | |
tree | 622b9910f63e1919f9e5d8faf6485cb445c3897e /templates | |
parent | f5ddbafcb0899d2c95d8512b1316eaeeee9bedab (diff) | |
download | troggle-f536963d00e17e508e8e8e0944cf88f5b63a1225.tar.gz troggle-f536963d00e17e508e8e8e0944cf88f5b63a1225.tar.bz2 troggle-f536963d00e17e508e8e8e0944cf88f5b63a1225.zip |
[svn] wiki_to_html changed to wiki_to_html_short
Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8062 by julian @ 11/6/2008 11:25 PM
Diffstat (limited to 'templates')
-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>
|