From bcb61f9cd93030aa30bcc021e6051a2fd1202410 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Mon, 21 Nov 2022 16:26:30 +0000 Subject: remove cache and setdatesfromlogbook --- core/views/logbooks.py | 1 + 1 file changed, 1 insertion(+) (limited to 'core/views/logbooks.py') diff --git a/core/views/logbooks.py b/core/views/logbooks.py index 625575f..33d0c0e 100644 --- a/core/views/logbooks.py +++ b/core/views/logbooks.py @@ -214,6 +214,7 @@ def logbookentry(request, date, slug): svxothers = None this_logbookentry=this_logbookentry[0] + # This is the only page that uses presontrip_next and persontrip_prev return render(request, 'logbookentry.html', {'logbookentry': this_logbookentry, 'trips': trips, 'svxothers': svxothers, 'wallets': wallets}) else: -- cgit v1.2.3