mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-14 13:34:10 +02:00
lint
This commit is contained in:
parent
e9268bea8b
commit
6828a1f1ff
2 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue