Fixed manager role still showing as admin

This commit is contained in:
Alysia Broddrick 2023-10-20 08:44:12 -07:00
parent 5c0e193974
commit 485a05e45e
No known key found for this signature in database
GPG key ID: 03917052CD0F06B7
2 changed files with 18 additions and 1 deletions

View file

@ -15,7 +15,7 @@ class UserDomainRole(TimeStampedModel):
elsewhere.
"""
ADMIN = "manager"
MANAGER = "manager"
user = models.ForeignKey(
"registrar.User",