Fix reformatting

This commit is contained in:
Rebecca Hsieh 2023-09-07 09:46:32 -07:00
parent 193ba93959
commit 84ea4920a0
No known key found for this signature in database
GPG key ID: 644527A2F375A379
3 changed files with 3 additions and 7 deletions

View file

@ -322,9 +322,7 @@ class AboutYourOrganizationForm(RegistrarForm):
],
# TODO-446: Confirm if err msg wording is ok, previously
# TODO-446: "Enter the type of work your organization does."
error_messages={
"required": ("Enter the information about your organization.")
},
error_messages={"required": ("Enter the information about your organization.")},
)