change very import person to verfied by staff

This commit is contained in:
Alysia Broddrick 2024-01-29 14:39:26 -08:00
parent 2ad463ec62
commit cca111bdec
No known key found for this signature in database
GPG key ID: 03917052CD0F06B7
9 changed files with 71 additions and 12 deletions

View file

@ -68,8 +68,8 @@ class UserGroup(Group):
},
{
"app_label": "registrar",
"model": "veryimportantperson",
"permissions": ["add_veryimportantperson", "change_veryimportantperson", "delete_veryimportantperson"],
"model": "verifiedbystaff",
"permissions": ["add_verifiedbystaff", "change_verifiedbystaff", "delete_verifiedbystaff"],
},
]