Update src/registrar/admin.py

Co-authored-by: zandercymatics <141044360+zandercymatics@users.noreply.github.com>
This commit is contained in:
CuriousX 2024-06-30 21:55:31 -06:00 committed by GitHub
parent ac6bac04f2
commit 6d6aa7c713
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -937,7 +937,7 @@ class ContactAdmin(ListHeaderAdmin, ImportExportModelAdmin):
# Read only that we'll leverage for CISA Analysts # Read only that we'll leverage for CISA Analysts
analyst_readonly_fields = [ analyst_readonly_fields = [
"user", "user",
"e_mail", "email",
] ]
def get_readonly_fields(self, request, obj=None): def get_readonly_fields(self, request, obj=None):