mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-02 16:02:15 +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 = {
|
||||
# We need to set the required attributed for federal_agency and
|
||||
# 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
|
||||
# the class's required attribute to true.
|
||||
# instance of the Select. For the other fields we use the for loop to set
|
||||
# the class's required attribute to true.
|
||||
"federal_agency": forms.Select(
|
||||
attrs={"required": True}, choices=DomainInformation.AGENCY_CHOICES
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue