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 8a68c36..584da8e 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.expedition.name}}{% endblock %} +{% block title %}Logbook {{logbookentry.expedition.name}} {{logbookentry.title|safe}}{% endblock %} {% block content %} {% block related %}{% endblock %} |