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

Export účastníků: nezapomínat kod_oblasti

parent e7d01660
Branches
No related tags found
No related merge requests found
......@@ -617,7 +617,7 @@ def org_generic_list(round_id: Optional[int] = None, hier_id: Optional[int] = No
missing_org_pants=missing_org_pants,
)
else:
table = make_contestant_table(query, round, add_school_orgs=True)
table = make_contestant_table(query, round, add_contest_column=(contest is None), add_school_orgs=True)
return table.send_as(format, args=request.args)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment