mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-09 22:14:43 +02:00
Fix linting errors
This commit is contained in:
parent
8b76490794
commit
c0ae800d31
2 changed files with 14 additions and 8 deletions
|
@ -166,7 +166,9 @@ class TypeOfWorkForm(RegistrarForm):
|
|||
)
|
||||
|
||||
more_organization_information = forms.CharField(
|
||||
label="Describe how your organization is a government organization that is independent of a state government. Include links to authorizing legislation, applicable bylaws or charter, or other documentation to support your claims.",
|
||||
label="Describe how your organization is a government organization that is "
|
||||
"independent of a state government. Include links to authorizing legislation, "
|
||||
"applicable bylaws or charter, or other documentation to support your claims.",
|
||||
widget=forms.Textarea(),
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue