Merge branch 'main' into ms/3212-FEB-purpose-questions

This commit is contained in:
Matt-Spence 2025-03-11 17:01:21 -04:00 committed by GitHub
commit 0e361e60c6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 678 additions and 177 deletions

View file

@ -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",