mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-10 06:24:45 +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,
|
||||
# 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(),
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue