More links

This commit is contained in:
2024-07-16 14:45:08 +02:00
parent b907dcc993
commit 1365190330
3 changed files with 8 additions and 2 deletions
+2
View File
@@ -10,6 +10,7 @@
<div id="related">
<p><a href="{{ logbookentry.expedition.get_absolute_url }}">{{logbookentry.expedition.name}}</a>
&nbsp;&nbsp;&nbsp;&nbsp;<a href="/years/{{logbookentry.expedition.year}}/{{logbookentry.expedition.logbookfile}}">Full logbook</a>
&nbsp;&nbsp;&nbsp;&nbsp;<a href="/logreport/{{expedition.year}}">Expo logbook report</a>
</p>
{% if logbookentry.cave %}
@@ -74,6 +75,7 @@ th, td {
<p>{{logbookentry.text|safe}}</p>
</div>
<p><a href="/logbookedit/{{logbookentry.slug|safe}}">Edit this entry</a>.
</div>
</div>