diff --git a/templates/logbook2005style.html b/templates/logbook2005style.html index 67fd9308c..051cbee41 100644 --- a/templates/logbook2005style.html +++ b/templates/logbook2005style.html @@ -23,7 +23,7 @@ See troggle/code/views/other.py and core.models/logbooks.py writelogbook(year, f
{{logbook_entry.date|date:'Y-m-d'}}
{% for personlogentry in logbook_entry.personlogentry_set.all %}{% if personlogentry.is_logbook_entry_author %}{{personlogentry.personexpedition.person|safe}}{% else %}{{ personlogentry.personexpedition.person|safe }}{% endif %}, {% endfor %}
-
{{logbook_entry.title|safe}}
+
{{logbook_entry.title|safe}}
{{logbook_entry.text|safe}}
T/U: {{logbook_entry.time_underground|safe}} hours