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