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

Okresní a školní garanti mohou také přidávat a editovat orgy

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