mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-03-25 19:51:52 +00:00
[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
This commit is contained in:
parent
f5ddbafcb0
commit
f536963d00
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
{% for person in persons %}
|
{% 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>
|
<ul>
|
||||||
{% for personexpedition in person.personexpedition_set.all %}
|
{% for personexpedition in person.personexpedition_set.all %}
|
||||||
<li>
|
<li>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user