From a9e687c7ce3702ec5ec665a63a450c8cb6e84577 Mon Sep 17 00:00:00 2001 From: Expo laptop Crowley Date: Sun, 11 Aug 2024 10:12:21 +0200 Subject: [PATCH] added support buttons to logbook template Commited in Aug 2024 on Crowely but not pushed. Rebased onto current head by Jonty, Jul 2025 --- templates/logbook2005style.html | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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 +