From b6797c3486e4156206e5078c566c8e85a56cd033 Mon Sep 17 00:00:00 2001 From: Rachid Mrad Date: Fri, 17 May 2024 15:33:47 -0400 Subject: [PATCH] Remove widget def for agency name to fix form input on domain manage agency form --- src/registrar/forms/domain.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/registrar/forms/domain.py b/src/registrar/forms/domain.py index da1462bdb..0e9fbb693 100644 --- a/src/registrar/forms/domain.py +++ b/src/registrar/forms/domain.py @@ -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,