From aeb7665acac24b874cdccb707977bb88edbad7e2 Mon Sep 17 00:00:00 2001 From: David Kennedy Date: Wed, 10 Jan 2024 19:58:48 -0500 Subject: [PATCH] minor formatting --- src/registrar/forms/application_wizard.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/registrar/forms/application_wizard.py b/src/registrar/forms/application_wizard.py index c29a5f1a1..315798c59 100644 --- a/src/registrar/forms/application_wizard.py +++ b/src/registrar/forms/application_wizard.py @@ -789,9 +789,7 @@ class NoOtherContactsForm(RegistrarForm): no_other_contacts_rationale = forms.CharField( required=True, # label has to end in a space to get the label_suffix to show - label=( - "No other employees rationale" - ), + label=("No other employees rationale"), widget=forms.Textarea(), validators=[ MaxLengthValidator(