mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-12 12:39:43 +02:00
Linting: remove trailing space
This commit is contained in:
parent
2f20dbb70f
commit
ace6b338ee
1 changed files with 2 additions and 2 deletions
|
@ -110,8 +110,8 @@ class DomainOrgNameAddressForm(forms.ModelForm):
|
||||||
widgets = {
|
widgets = {
|
||||||
# We need to set the required attributed for federal_agency and
|
# We need to set the required attributed for federal_agency and
|
||||||
# state/territory because for these fields we are creating an individual
|
# state/territory because for these fields we are creating an individual
|
||||||
# instance of the Select. For the other fields we use the for loop to set
|
# instance of the Select. For the other fields we use the for loop to set
|
||||||
# the class's required attribute to true.
|
# the class's required attribute to true.
|
||||||
"federal_agency": forms.Select(
|
"federal_agency": forms.Select(
|
||||||
attrs={"required": True}, choices=DomainInformation.AGENCY_CHOICES
|
attrs={"required": True}, choices=DomainInformation.AGENCY_CHOICES
|
||||||
),
|
),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue