diff options
-rw-r--r-- | templates/logbookentry.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/logbookentry.html b/templates/logbookentry.html index 657268c..a3681b8 100644 --- a/templates/logbookentry.html +++ b/templates/logbookentry.html @@ -10,7 +10,7 @@ <div id="related"> <p><a href="{{ logbookentry.expedition.get_absolute_url }}">{{logbookentry.expedition.name}}</a> <a href="/years/{{logbookentry.expedition.year}}/{{logbookentry.expedition.logbookfile}}">Full logbook</a> - <a href="/logreport/{{expedition.year}}">Expo logbook report</a> + <a href="/logreport/{{logbookentry.expedition.year}}">Expo logbook report</a> </p> {% if logbookentry.cave %} |