summaryrefslogtreecommitdiffstats
path: root/templates/logbook2005style.html
diff options
context:
space:
mode:
authorgoatchurch <goatchurch@ubuntu.clocksoft.dom>2009-09-11 23:56:47 +0100
committergoatchurch <goatchurch@ubuntu.clocksoft.dom>2009-09-11 23:56:47 +0100
commitced45c92f7db673968069bf3ba506a4f2259d224 (patch)
treebb9912e5f79175f50d60f8985281939c79394a25 /templates/logbook2005style.html
parentf21cddb2d04bcdfbb8aa5e93501902460087dee0 (diff)
downloadtroggle-ced45c92f7db673968069bf3ba506a4f2259d224.tar.gz
troggle-ced45c92f7db673968069bf3ba506a4f2259d224.tar.bz2
troggle-ced45c92f7db673968069bf3ba506a4f2259d224.zip
tunnelfiles scheme added
Diffstat (limited to 'templates/logbook2005style.html')
-rw-r--r--templates/logbook2005style.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/logbook2005style.html b/templates/logbook2005style.html
index 39205f1..b0cb240 100644
--- a/templates/logbook2005style.html
+++ b/templates/logbook2005style.html
@@ -17,7 +17,7 @@ p { clear: both }
<div class="tripdate" id="t{{logbook_entry.date}}A">{{logbook_entry.date}}</div>
<div class="trippeople"><u>{{logbook_entry.author.person}}</u>
-{% for persontrip in logbook_entry.persontrip_set.all %}{{ persontrip.person_expedition.person }} {{ persontrip.person_expedition.time_underground }}, {% endfor %}
+{% for persontrip in logbook_entry.persontrip_set.all %}{{ persontrip.personexpedition.person }} {{ persontrip.personexpedition.time_underground }}, {% endfor %}
</div>
<div class="triptitle">{{logbook_entry.place}} - {{logbook_entry.title}}</div>