Skip to content
Snippets Groups Projects
Commit 4af2cc14 authored by Jiří Kalvoda's avatar Jiří Kalvoda
Browse files

UsersFilterForm: Přidání chybějícího atributu f_round_year

parent 0041d016
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !92. Comments created here will be created in the context of that merge request.
...@@ -46,6 +46,7 @@ class UsersFilterForm(PagerForm): ...@@ -46,6 +46,7 @@ class UsersFilterForm(PagerForm):
f_search_email: Optional[str] = None f_search_email: Optional[str] = None
f_year: Optional[int] = None f_year: Optional[int] = None
f_school: Optional[db.Place] = None f_school: Optional[db.Place] = None
f_round_year: Optional[int] = None
f_round_category: Optional[str] = None f_round_category: Optional[str] = None
f_round_seq: Optional[int] = None f_round_seq: Optional[int] = None
f_contest_site: Optional[db.Place] = None f_contest_site: Optional[db.Place] = None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment