This commit is contained in:
David Kennedy 2025-01-22 15:33:08 -05:00
parent e9268bea8b
commit 6828a1f1ff
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B
2 changed files with 2 additions and 2 deletions

View file

@ -41,7 +41,7 @@ class PortfolioOrgAddressForm(forms.ModelForm):
error_messages={
"required": ("Select the state, territory, or military post where your organization is located.")
},
widget=ComboboxWidget(attrs={"required":True}),
widget=ComboboxWidget(attrs={"required": True}),
)
class Meta: