Merge branch 'main' of https://github.com/cisagov/manage.get.gov into rh/3576-phantom-domain-request

This commit is contained in:
Rebecca Hsieh 2025-03-11 12:42:35 -07:00
commit e8b57bf01b
No known key found for this signature in database
25 changed files with 824 additions and 330 deletions

View file

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