diff options
author | 2019-10-23 01:07:24 +0100 | |
---|---|---|
committer | 2019-10-23 01:07:24 +0100 | |
commit | 49376a76289ab22f1aff55d8971b0ea198ec9316 (patch) | |
tree | 5ad08c22d37dcf2c922e3d15c9df5df435bbdf2f /pydis_site/apps/staff | |
parent | Add role mapping migration I forgot to commit (diff) |
Add user settings modal, with connections management and account deletion
Diffstat (limited to 'pydis_site/apps/staff')
-rw-r--r-- | pydis_site/apps/staff/models/role_mapping.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/apps/staff/models/role_mapping.py b/pydis_site/apps/staff/models/role_mapping.py index dff8081a..8a1fac2e 100644 --- a/pydis_site/apps/staff/models/role_mapping.py +++ b/pydis_site/apps/staff/models/role_mapping.py @@ -22,7 +22,7 @@ class RoleMapping(models.Model): ) is_staff = models.BooleanField( - help_text="Whether this role mapping related to a Django staff group", + help_text="Whether this role mapping relates to a Django staff group", default=False ) |