mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-25 12:08:40 +02:00
Merge pull request #2457 from cisagov/nl/2439-user-phone-readonly
(DRAFT - needs sandbox) #2439 - Make user phone number field read only for analysts
This commit is contained in:
commit
76d9b8cb8c
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