Fix line length

This commit is contained in:
Seamus Johnston 2023-02-27 13:18:22 -06:00 committed by GitHub
parent f6deb85e39
commit 36b8fe99ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -665,7 +665,8 @@ class NoOtherContactsForm(RegistrarForm):
required=True,
# label has to end in a space to get the label_suffix to show
label=(
"Please explain why there are no other employees from your organization that we can contact."
"Please explain why there are no other employees from your organization"
" that we can contact."
),
widget=forms.Textarea(),
)