made user phone number field read only for analysts

This commit is contained in:
CocoByte 2024-07-11 16:30:41 -06:00
parent a3e4952b45
commit 8b84fc765c
No known key found for this signature in database
GPG key ID: BBFAA2526384C97F

View file

@ -703,6 +703,7 @@ class MyUserAdmin(BaseUserAdmin, ImportExportModelAdmin):
"last_name",
"title",
"email",
"phone",
"Permissions",
"is_active",
"groups",