diff options
Diffstat (limited to 'templates')
-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 ae9b99d..4b0b074 100644 --- a/templates/logbookentry.html +++ b/templates/logbookentry.html @@ -7,7 +7,7 @@ {% block nav %}{% endblock %} <h2>{{logbookentry.title|safe}}</h2> -<div id="related"> +<div id="relatedentries"> <p><a href="{{ logbookentry.expedition.get_absolute_url }}">{{logbookentry.expedition.year}} calendar page</a> <a href="/years/{{logbookentry.expedition.year}}/{{logbookentry.expedition.logbookfile}}">full logbook</a> <a href="/logreport/{{logbookentry.expedition.year}}">logbook report</a> |