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

Garanti mají vždy právo editovat body

parent 9bebe99e
Branches
No related tags found
No related merge requests found
......@@ -49,6 +49,7 @@ roles: List[Role] = [
Right.manage_contest,
Right.view_submits,
Right.upload_submits,
Right.edit_points,
Right.add_users,
Right.edit_users,
Right.add_orgs,
......@@ -63,6 +64,7 @@ roles: List[Role] = [
Right.manage_contest,
Right.view_submits,
Right.upload_submits,
Right.edit_points,
Right.add_users,
Right.edit_users,
Right.add_orgs,
......@@ -77,6 +79,7 @@ roles: List[Role] = [
Right.manage_contest,
Right.view_submits,
Right.upload_submits,
Right.edit_points,
Right.add_users,
Right.edit_users,
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment