forked from expo/troggle
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