mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-30 13:03:14 +02:00
Merge branch 'main' into ms/3212-FEB-purpose-questions
This commit is contained in:
commit
0e361e60c6
13 changed files with 678 additions and 177 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