summaryrefslogtreecommitdiffstats
path: root/core/views/logbooks.py
diff options
context:
space:
mode:
Diffstat (limited to 'core/views/logbooks.py')
-rw-r--r--core/views/logbooks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/views/logbooks.py b/core/views/logbooks.py
index cd39ab6..d9ae442 100644
--- a/core/views/logbooks.py
+++ b/core/views/logbooks.py
@@ -229,7 +229,7 @@ def logbookentry(request, date, slug):
return render(
request,
"logbookentry.html",
- {"logbookentry": this_logbookentry, "trips": trips, "svxothers": svxothers, "wallets": wallets},
+ {"logbookentry": this_logbookentry,"trips": trips, "svxothers": svxothers, "wallets": wallets},
)
else:
msg = f' Logbook entry slug:"{slug}" not found in database on date:"{date}" '