mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-14 21:44:08 +02:00
lint
This commit is contained in:
parent
e9268bea8b
commit
6828a1f1ff
2 changed files with 2 additions and 2 deletions
|
@ -471,7 +471,7 @@ class DomainOrgNameAddressForm(forms.ModelForm):
|
||||||
error_messages={
|
error_messages={
|
||||||
"required": ("Select the state, territory, or military post where your organization is located.")
|
"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:
|
class Meta:
|
||||||
|
|
|
@ -41,7 +41,7 @@ class PortfolioOrgAddressForm(forms.ModelForm):
|
||||||
error_messages={
|
error_messages={
|
||||||
"required": ("Select the state, territory, or military post where your organization is located.")
|
"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:
|
class Meta:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue