summaryrefslogtreecommitdiffstats
path: root/templates/logbook2005style.html
diff options
context:
space:
mode:
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>