Skip to content
Snippets Groups Projects
Commit ea563425 authored by Martin Mareš's avatar Martin Mareš
Browse files

ParticipantsFilterForm: f_school není School, ale Place

parent 9b3514d8
Branches
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ class ParticipantsFilterForm(PagerForm):
# Výstupní hodnoty filtru, None při nepoužitém filtru, prázdná db hodnota při
# nepovedené filtraci (neexistující místo a podobně)
f_school: Optional[db.School] = None
f_school: Optional[db.Place] = None
f_participation_place: Optional[db.Place] = None
f_contest_place: Optional[db.Place] = None
f_participation_state: Optional[db.PartState] = None
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment