mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-17 10:07:04 +02:00
made user phone number field read only for analysts
This commit is contained in:
parent
a3e4952b45
commit
8b84fc765c
1 changed files with 1 additions and 0 deletions
|
@ -703,6 +703,7 @@ class MyUserAdmin(BaseUserAdmin, ImportExportModelAdmin):
|
||||||
"last_name",
|
"last_name",
|
||||||
"title",
|
"title",
|
||||||
"email",
|
"email",
|
||||||
|
"phone",
|
||||||
"Permissions",
|
"Permissions",
|
||||||
"is_active",
|
"is_active",
|
||||||
"groups",
|
"groups",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue