summaryrefslogtreecommitdiffstats
path: root/templates/survexblock.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/survexblock.html')
-rw-r--r--templates/survexblock.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/survexblock.html b/templates/survexblock.html
index d4447af..eaf06e5 100644
--- a/templates/survexblock.html
+++ b/templates/survexblock.html
@@ -31,7 +31,7 @@
<table>
{% for personrole in survexblock.GetPersonroles %}
<tr>
- <td><a href="{{personrole.get_absolute_url}}">{{personrole.person}}</a></td>
+ <td><a href="{{personrole.person.get_absolute_url}}">{{personrole.person}}</a></td>
<td>{{personrole.roles}}</td>
</tr>
{% endfor %}