diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2024-12-19 22:55:08 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2024-12-19 22:55:08 +0000 |
commit | 011e6777c9cf092bdcb8b5d9bfda8a0b86c69236 (patch) | |
tree | 474dfe0908531d1cc22f14024cfa375f5c28c072 /templates/logbookentry.html | |
parent | 19bbb00dcc9d8fc2600bd782343ffff2a9fb2798 (diff) | |
download | troggle-011e6777c9cf092bdcb8b5d9bfda8a0b86c69236.tar.gz troggle-011e6777c9cf092bdcb8b5d9bfda8a0b86c69236.tar.bz2 troggle-011e6777c9cf092bdcb8b5d9bfda8a0b86c69236.zip |
bugfixes and more comments
Diffstat (limited to 'templates/logbookentry.html')
-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> |