diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2022-11-21 16:41:52 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2022-11-21 16:41:52 +0000 |
commit | a795707552026b66072ff75abfa5ddc77a2cac97 (patch) | |
tree | 4dc622813d2f2e9d110676f994efd25c06e04e43 /core/views/logbooks.py | |
parent | bcb61f9cd93030aa30bcc021e6051a2fd1202410 (diff) | |
download | troggle-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.py | 1 |
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: |