summaryrefslogtreecommitdiffstats
path: root/templates/personindex.html
diff options
context:
space:
mode:
authorsubstantialnoninfringinguser <substantialnoninfringinguser@gmail.com>2009-05-13 05:15:49 +0100
committersubstantialnoninfringinguser <substantialnoninfringinguser@gmail.com>2009-05-13 05:15:49 +0100
commit32e1e6b9ab56729f92101d5d60746ae22ef0aa06 (patch)
tree8c092735880560c1204515e2a63fca8ac9178d42 /templates/personindex.html
parent01073863f37d7b0a6e6b27627907d9e3ef99fc3e (diff)
downloadtroggle-32e1e6b9ab56729f92101d5d60746ae22ef0aa06.tar.gz
troggle-32e1e6b9ab56729f92101d5d60746ae22ef0aa06.tar.bz2
troggle-32e1e6b9ab56729f92101d5d60746ae22ef0aa06.zip
[svn] make the person logbooks work
Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8044 by julian @ 10/30/2008 1:13 PM
Diffstat (limited to 'templates/personindex.html')
-rw-r--r--templates/personindex.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/personindex.html b/templates/personindex.html
index 45591e6..21fe262 100644
--- a/templates/personindex.html
+++ b/templates/personindex.html
@@ -14,7 +14,7 @@
</td><td>
<div>
{% for persontrip in personexpedition.persontrip_set.all %}
- <a href="/logbook/{{persontrip.logbookentry.id}}">{{persontrip.date}}</a>
+ <a href="/logbookentry/{{persontrip.logbookentry.id}}">{{persontrip.date}}</a>
{% endfor %}
</div>
</td></tr></table>