summaryrefslogtreecommitdiffstats
path: root/core/views/logbooks.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2022-11-21 16:41:52 +0000
committerPhilip Sargent <philip.sargent@klebos.com>2022-11-21 16:41:52 +0000
commita795707552026b66072ff75abfa5ddc77a2cac97 (patch)
tree4dc622813d2f2e9d110676f994efd25c06e04e43 /core/views/logbooks.py
parentbcb61f9cd93030aa30bcc021e6051a2fd1202410 (diff)
downloadtroggle-a795707552026b66072ff75abfa5ddc77a2cac97.tar.gz
troggle-a795707552026b66072ff75abfa5ddc77a2cac97.tar.bz2
troggle-a795707552026b66072ff75abfa5ddc77a2cac97.zip
cache tidy and move settings into parser
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 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: