From a795707552026b66072ff75abfa5ddc77a2cac97 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Mon, 21 Nov 2022 16:41:52 +0000 Subject: cache tidy and move settings into parser --- 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 33d0c0e..7d58c75 100644 --- a/core/views/logbooks.py +++ b/core/views/logbooks.py @@ -215,6 +215,7 @@ def logbookentry(request, date, slug): this_logbookentry=this_logbookentry[0] # This is the only page that uses presontrip_next and persontrip_prev + # and it is calculated on the fly in the model return render(request, 'logbookentry.html', {'logbookentry': this_logbookentry, 'trips': trips, 'svxothers': svxothers, 'wallets': wallets}) else: -- cgit v1.2.3