mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-11 23:14:49 +02:00
Fix line length
This commit is contained in:
parent
f6deb85e39
commit
36b8fe99ef
1 changed files with 2 additions and 1 deletions
|
@ -665,7 +665,8 @@ class NoOtherContactsForm(RegistrarForm):
|
||||||
required=True,
|
required=True,
|
||||||
# label has to end in a space to get the label_suffix to show
|
# label has to end in a space to get the label_suffix to show
|
||||||
label=(
|
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(),
|
widget=forms.Textarea(),
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue