mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-23 11:16:07 +02:00
Add required fix for state
This commit is contained in:
parent
ece1bc5129
commit
39b05a8fe1
1 changed files with 1 additions and 1 deletions
|
@ -348,7 +348,7 @@ class OrganizationContactForm(RegistrarForm):
|
|||
error_messages={
|
||||
"required": ("Select the state, territory, or military post where your organization is located.")
|
||||
},
|
||||
widget=ComboboxWidget,
|
||||
widget=ComboboxWidget(attrs={"required": True}),
|
||||
)
|
||||
zipcode = forms.CharField(
|
||||
label="Zip code",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue