applied widget to state territory

This commit is contained in:
David Kennedy 2025-01-06 14:22:36 -05:00
parent 4480e32553
commit 3146dc07fa
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B

View file

@ -282,6 +282,7 @@ class OrganizationContactForm(RegistrarForm):
error_messages={ error_messages={
"required": ("Select the state, territory, or military post where your organization is located.") "required": ("Select the state, territory, or military post where your organization is located.")
}, },
widget=ComboboxWidget,
) )
zipcode = forms.CharField( zipcode = forms.CharField(
label="Zip code", label="Zip code",