diff --git a/templates/logbookentry.html b/templates/logbookentry.html index 1a0f198..ae9b99d 100644 --- a/templates/logbookentry.html +++ b/templates/logbookentry.html @@ -8,9 +8,9 @@
{{logbookentry.expedition.name}} - Full logbook - Expo logbook report +
{{logbookentry.expedition.year}} calendar page + full logbook + logbook report
{% if logbookentry.get_previous_by_date %} - {{logbookentry.get_previous_by_date.date|date:"D d M Y"}} + {{logbookentry.get_previous_by_date.date|date:"D d M Y"}} {% endif %} {% if logbookentry.get_next_by_date %} {{logbookentry.get_next_by_date.date|date:"D d M Y"}}