mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-21 18:25:58 +02:00
change very import person to verfied by staff
This commit is contained in:
parent
2ad463ec62
commit
cca111bdec
9 changed files with 71 additions and 12 deletions
|
@ -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"],
|
||||
},
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue