Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8304 by aaron @ 3/15/2009 11:12 PM
This commit is contained in:
substantialnoninfringinguser 2009-05-13 06:07:19 +01:00
parent 5811124d9d
commit 256de6e083

View File

@ -31,7 +31,7 @@
<table>
{% for personrole in survexblock.GetPersonroles %}
<tr>
<td><a href="{% url personexpedition personrole.person.href personrole.expeditionyear%}">{{personrole.person}}</a></td>
<td><a href="{{personrole.get_absolute_url}}">{{personrole.person}}</a></td>
<td>{{personrole.roles}}</td>
</tr>
{% endfor %}