From 6387de038ba063e96d4cadc26d28fda1c0423720 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Mon, 27 Feb 2023 16:42:08 +0000 Subject: get events on same date.progress. --- core/views/scans.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/views/scans.py') diff --git a/core/views/scans.py b/core/views/scans.py index dae372a..0e49a8c 100644 --- a/core/views/scans.py +++ b/core/views/scans.py @@ -193,7 +193,7 @@ def walletslistyear(request, year): year = str(year) manywallets = ticksyearwallet(year) - expeditions = Expedition.objects.all() + expeditions = Expedition.objects.all() #bad Django style expedition = expeditions.filter(year=year) print("--") return render( -- cgit v1.2.3