Remove widget def for agency name to fix form input on domain manage agency form

This commit is contained in:
Rachid Mrad 2024-05-17 15:33:47 -04:00
parent fbafe67fcd
commit b6797c3486
No known key found for this signature in database

View file

@ -385,7 +385,6 @@ class DomainOrgNameAddressForm(forms.ModelForm):
# because for this fields we are creating an individual
# instance of the Select. For the other fields we use the for loop to set
# the class's required attribute to true.
"federal_agency": forms.TextInput,
"organization_name": forms.TextInput,
"address_line1": forms.TextInput,
"address_line2": forms.TextInput,