Delete Admin read-only (comment out, just in case)

This commit is contained in:
CocoByte 2024-09-24 18:27:30 -06:00
parent 21b7cbab43
commit a8b26e3de3
No known key found for this signature in database
GPG key ID: BBFAA2526384C97F
4 changed files with 15 additions and 15 deletions

View file

@ -7,7 +7,7 @@ class UserPortfolioRoleChoices(models.TextChoices):
"""
ORGANIZATION_ADMIN = "organization_admin", "Admin"
ORGANIZATION_ADMIN_READ_ONLY = "organization_admin_read_only", "Admin read only"
# ORGANIZATION_ADMIN_READ_ONLY = "organization_admin_read_only", "Admin read only"
ORGANIZATION_MEMBER = "organization_member", "Member"