summaryrefslogtreecommitdiffstats
path: root/templates/logbookentry.html
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2024-12-19 22:55:08 +0000
committerPhilip Sargent <philip.sargent@gmail.com>2024-12-19 22:55:08 +0000
commit011e6777c9cf092bdcb8b5d9bfda8a0b86c69236 (patch)
tree474dfe0908531d1cc22f14024cfa375f5c28c072 /templates/logbookentry.html
parent19bbb00dcc9d8fc2600bd782343ffff2a9fb2798 (diff)
downloadtroggle-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.html2
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>
&nbsp;&nbsp;&nbsp;&nbsp;<a href="/years/{{logbookentry.expedition.year}}/{{logbookentry.expedition.logbookfile}}">full logbook</a>
&nbsp;&nbsp;&nbsp;&nbsp;<a href="/logreport/{{logbookentry.expedition.year}}">logbook report</a>