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

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

parent 3d11d9ac
Branches
No related tags found
1 merge request!92Používání mo.web.fields
......@@ -47,6 +47,7 @@ class UsersFilterForm(PagerForm):
f_search_email: Optional[str] = None
f_year: Optional[int] = None
f_school: Optional[db.Place] = None
f_round_year: Optional[int] = None
f_round_category: Optional[str] = None
f_round_seq: Optional[int] = 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