diff options
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 9090928..7ddbf05 100644 --- a/templates/logbookentry.html +++ b/templates/logbookentry.html @@ -1,6 +1,6 @@ {% extends "base.html" %} <!-- templates/logbookentry.html - this text visible because this template has been included --> -{% block title %}Logbook {{logbookentry.id}}{% endblock %} +{% block title %}Logbook {{logbookentry.expedition.name}}{% endblock %} {% block content %} {% block related %}{% endblock %} |