summaryrefslogtreecommitdiffstats
path: root/templates/logbook2005style.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/logbook2005style.html')
-rw-r--r--templates/logbook2005style.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/logbook2005style.html b/templates/logbook2005style.html
index 5ee94ad..7831175 100644
--- a/templates/logbook2005style.html
+++ b/templates/logbook2005style.html
@@ -20,11 +20,11 @@ Exported on {% now 'Y-m-d D' %} using control panel webpage and exportlogbook()
<hr />
<div class="tripdate" id="{{logbook_entry.slug}}">{{logbook_entry.date|date:'Y-m-d'}}</div>
-<div class="trippeople">{% for persontrip in logbook_entry.persontrip_set.all %}{% if persontrip.is_logbook_entry_author %}<u>{{persontrip.personexpedition.person}}</u>{% else %}{{ persontrip.personexpedition.person }}{% endif %}, {% endfor %}</div>
-<div class="triptitle">{{logbook_entry.title}}</div>
+<div class="trippeople">{% for persontrip in logbook_entry.persontrip_set.all %}{% if persontrip.is_logbook_entry_author %}<u>{{persontrip.personexpedition.person|safe}}</u>{% else %}{{ persontrip.personexpedition.person|safe }}{% endif %}, {% endfor %}</div>
+<div class="triptitle">{{logbook_entry.title|safe}}</div>
{{logbook_entry.text|safe}}
-<div class="timeug">T/U: {{logbook_entry.time_underground}}</div>
+<div class="timeug">T/U: {{logbook_entry.time_underground|safe}} hours</div>
{% endfor %}
<hr />
</body>