summaryrefslogtreecommitdiffstats
path: root/templates/person.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/person.html')
-rw-r--r--templates/person.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/person.html b/templates/person.html
index c710208..9d79141 100644
--- a/templates/person.html
+++ b/templates/person.html
@@ -12,9 +12,11 @@
{{personexpedition.expedition}}
</td><td>
<div>
+ <ul>
{% for persontrip in personexpedition.persontrip_set.all %}
- <a href="/logbook/{{persontrip.logbookentry.id}}">{{persontrip.date}}</a>
+ <li><a href="/logbookentry/{{persontrip.logbookentry.id}}">{{persontrip.date}}</a> ({{persontrip.logbookentry.place}}) - {{persontrip.logbookentry.title}}</li>
{% endfor %}
+ <ul>
</div>
</td></tr></table>
</li>