mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2025-03-20 01:01:53 +00:00
[svn r8062] wiki_to_html changed to wiki_to_html_short
This commit is contained in:
parent
d639a53f20
commit
c496000d97
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user