summaryrefslogtreecommitdiffstats
path: root/core/views/scans.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2023-02-27 16:42:08 +0000
committerPhilip Sargent <philip.sargent@gmail.com>2023-02-27 16:42:08 +0000
commit6387de038ba063e96d4cadc26d28fda1c0423720 (patch)
tree21bfa766547e836ba08a1c0b3b6bd926d605a9b5 /core/views/scans.py
parent6de4fa66a2ea7986230c3bb0f64887488acaa33f (diff)
downloadtroggle-6387de038ba063e96d4cadc26d28fda1c0423720.tar.gz
troggle-6387de038ba063e96d4cadc26d28fda1c0423720.tar.bz2
troggle-6387de038ba063e96d4cadc26d28fda1c0423720.zip
get events on same date.progress.
Diffstat (limited to 'core/views/scans.py')
-rw-r--r--core/views/scans.py2
1 files changed, 1 insertions, 1 deletions
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(