Fix linting errors

This commit is contained in:
Neil Martinsen-Burrell 2023-01-10 15:09:55 -06:00
parent 8b76490794
commit c0ae800d31
No known key found for this signature in database
GPG key ID: 6A3C818CC10D0184
2 changed files with 14 additions and 8 deletions

View file

@ -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(),
)