cleanup stray readonly field

This commit is contained in:
CocoByte 2024-11-06 14:33:46 -07:00
parent 7292926f60
commit 0ac4e5766c
No known key found for this signature in database
GPG key ID: BBFAA2526384C97F

View file

@ -1579,7 +1579,7 @@ class DomainInformationAdmin(ListHeaderAdmin, ImportExportModelAdmin):
]
# Readonly fields for analysts and superusers
readonly_fields = ("other_contacts", "is_election_board", "converted_generic_org_type")
readonly_fields = ("other_contacts", "is_election_board")
# Read only that we'll leverage for CISA Analysts
analyst_readonly_fields = [