From 55bbccb4ca465e57e658b1d68d96e2d79305963a Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Sat, 4 Nov 2023 10:40:46 +0200 Subject: add link to exact logbookentry page --- core/views/logbooks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/views/logbooks.py') 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}" ' -- cgit v1.2.3