summaryrefslogtreecommitdiffstats
path: root/templates/calendar.html
diff options
context:
space:
mode:
authorsubstantialnoninfringinguser <substantialnoninfringinguser@gmail.com>2009-07-22 16:18:00 +0100
committersubstantialnoninfringinguser <substantialnoninfringinguser@gmail.com>2009-07-22 16:18:00 +0100
commit57ede091c42878f11b33a2c77aa73a71bd4723dd (patch)
tree7ce10a69ac98b29265124361f290088a44cb70aa /templates/calendar.html
parente5033c7b69a2210087c502b54c5fd07d57c5a0d2 (diff)
downloadtroggle-57ede091c42878f11b33a2c77aa73a71bd4723dd.tar.gz
troggle-57ede091c42878f11b33a2c77aa73a71bd4723dd.tar.bz2
troggle-57ede091c42878f11b33a2c77aa73a71bd4723dd.zip
[svn] Various bug fixes, using more raw_id fields in admin so it loads faster. I had to put onLoad="contentHeight();" back into the base template. This is a bad solution, I would rather use Martin's, but it wasn't working.
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 %}