mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-21 16:51:08 +02:00
cleanup
This commit is contained in:
parent
aedb05dd34
commit
3e70b344e3
3 changed files with 4 additions and 7 deletions
|
@ -64,7 +64,7 @@ class User(AbstractUser):
|
|||
|
||||
class UserPortfolioRoleChoices(models.TextChoices):
|
||||
"""
|
||||
Roles make it easier for admins to look at groups of users
|
||||
Roles are containers of UserPortfolioPermissionChoices
|
||||
"""
|
||||
|
||||
ORGANIZATION_ADMIN = "organization_admin", "Admin"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue