From 9e9122da8133fdd5efcdc479f3940461f61f6909 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Thu, 24 Jul 2025 13:11:49 +0200 Subject: [PATCH] remove javascript from template --- templates/logbook2005style.html | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/templates/logbook2005style.html b/templates/logbook2005style.html index 0956d815..971c3e47 100644 --- a/templates/logbook2005style.html +++ b/templates/logbook2005style.html @@ -20,11 +20,6 @@ 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) --> - - -
-Add Log book entry - {%for logbook_entry in logbook_entries%}
{{logbook_entry.date|date:'Y-m-d'}}
{{logbook_entry.get_participants|safe}}
@@ -33,10 +28,5 @@ 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 -