diff --git a/templates/logbook2005style.html b/templates/logbook2005style.html index 668ea9d..0956d81 100644 --- a/templates/logbook2005style.html +++ b/templates/logbook2005style.html @@ -20,8 +20,12 @@ Exported on {% now 'Y-m-d H:m' %} using either the control panel webpage or when See troggle/code/views/other.py and core.models/logbooks.py writelogbook(year, filename) --> -{%for logbook_entry in logbook_entries%}
+ +
+Add Log book entry + +{%for logbook_entry in logbook_entries%}
{{logbook_entry.date|date:'Y-m-d'}}
{{logbook_entry.get_participants|safe}}
{{logbook_entry.title|safe}}
@@ -29,5 +33,10 @@ See troggle/code/views/other.py and core.models/logbooks.py writelogbook(year, f
T/U: {{logbook_entry.time_underground|safe}} hours

Edit this entry
{% endfor %}
+ + +
+Add Log book entry +