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:
CuriousX 2024-07-19 12:13:18 -06:00 committed by GitHub
commit 76d9b8cb8c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",