2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-15 09:17:10 +00:00

get events on same date.progress.

This commit is contained in:
2023-02-27 16:42:08 +00:00
parent 6de4fa66a2
commit 6387de038b
4 changed files with 34 additions and 3 deletions

View File

@@ -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(