diff --git a/src/registrar/forms/application_wizard.py b/src/registrar/forms/application_wizard.py index 105e48953..93ec18aad 100644 --- a/src/registrar/forms/application_wizard.py +++ b/src/registrar/forms/application_wizard.py @@ -320,7 +320,9 @@ class AboutYourOrganizationForm(RegistrarForm): message="Response must be less than 1000 characters.", ) ], - error_messages={"required": ("Enter more information about your organization.")}, + error_messages={ + "required": ("Enter more information about your organization.") + }, )