summaryrefslogtreecommitdiffstats
path: root/templates/calendar.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/calendar.html')
-rw-r--r--templates/calendar.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/calendar.html b/templates/calendar.html
index 5ff2778..0bc7dfd 100644
--- a/templates/calendar.html
+++ b/templates/calendar.html
@@ -59,7 +59,7 @@
{% for personexpedition in expedition.personexpedition_set.all %}
<tr>
<td class="name">
- <a href="">{{ personexpedition.person }}</a>
+ <a href="{{ personexpedition.person.get_absolute_url }}">{{ personexpedition.person }}</a>
</td>
{% if personexpedition.ListDaysTF %}