Skip to content
Snippets Groups Projects
Verified Commit b60a5cec authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

fix: add change_user permission to Program Managers

parent d2e11603
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,7 @@ PERMISSIONS = {
~Q(codename__startswith="edit"),
content_type__app_label="program",
),
"user": Permission.objects.filter(codename="change_user"),
},
# Host
settings.ENTITLED_GROUPS[0]: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment