diff options
author | 2018-04-07 15:35:59 +0100 | |
---|---|---|
committer | 2018-04-07 15:35:59 +0100 | |
commit | 574f1127e9243432c4f16b8dd295964ea5ee282d (patch) | |
tree | ce83662081e44ccadaa005e67314d1b3eeee13c8 /pysite/constants.py | |
parent | Display improvements (diff) |
Allow helpers to edit pages also
Diffstat (limited to 'pysite/constants.py')
-rw-r--r-- | pysite/constants.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pysite/constants.py b/pysite/constants.py index 69633127..e300fdd3 100644 --- a/pysite/constants.py +++ b/pysite/constants.py @@ -26,6 +26,7 @@ DEVOPS_ROLE = 409416496733880320 HELPER_ROLE = 267630620367257601 ALL_STAFF_ROLES = (OWNER_ROLE, ADMIN_ROLE, MODERATOR_ROLE, DEVOPS_ROLE) +EDITOR_ROLES = ALL_STAFF_ROLES + (HELPER_ROLE, ) SERVER_ID = 267624335836053506 |