summaryrefslogtreecommitdiffstats
path: root/core/views/logbooks.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2022-11-21 16:26:30 +0000
committerPhilip Sargent <philip.sargent@klebos.com>2022-11-21 16:26:30 +0000
commitbcb61f9cd93030aa30bcc021e6051a2fd1202410 (patch)
tree0bd5f1fab098ceb151f4f19e4dffffc1bac93701 /core/views/logbooks.py
parent4260b0f0927a94c1665946c9db83d3530d39c04c (diff)
downloadtroggle-bcb61f9cd93030aa30bcc021e6051a2fd1202410.tar.gz
troggle-bcb61f9cd93030aa30bcc021e6051a2fd1202410.tar.bz2
troggle-bcb61f9cd93030aa30bcc021e6051a2fd1202410.zip
remove cache and setdatesfromlogbook
Diffstat (limited to 'core/views/logbooks.py')
-rw-r--r--core/views/logbooks.py1
1 files changed, 1 insertions, 0 deletions
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: