mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-24 03:30:50 +02:00
dummy migration ( will revert commit )
This commit is contained in:
parent
cd7b45a7f4
commit
ffb8311fd0
2 changed files with 41 additions and 1 deletions
|
@ -7,7 +7,7 @@ class UserPortfolioRoleChoices(models.TextChoices):
|
|||
"""
|
||||
|
||||
ORGANIZATION_ADMIN = "organization_admin", "Admin"
|
||||
ORGANIZATION_MEMBER = "organization_member", "Member"
|
||||
ORGANIZATION_MEMBER = "organization_member", "Members"
|
||||
|
||||
@classmethod
|
||||
def get_user_portfolio_role_label(cls, user_portfolio_role):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue