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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user