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

Merge branch 'master' of gitlab.kam.mff.cuni.cz:mj/mo-submit

parents 94f8d724 e4af16e2
No related branches found
No related tags found
No related merge requests found
......@@ -82,6 +82,8 @@ roles: List[Role] = [
Right.edit_points,
Right.add_users,
Right.edit_users,
Right.add_orgs,
Right.edit_orgs,
},
),
Role(
......@@ -97,6 +99,8 @@ roles: List[Role] = [
Right.edit_points,
Right.add_users,
Right.edit_users,
Right.add_orgs,
Right.edit_orgs,
},
),
Role(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment