summaryrefslogtreecommitdiffstats
path: root/templates/logbookentry.html
diff options
context:
space:
mode:
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 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 %}