Fix reformatting issues

This commit is contained in:
Rebecca Hsieh 2023-09-12 17:10:32 -07:00
parent 2f6799c62b
commit 7c1520a0c2
No known key found for this signature in database
GPG key ID: 644527A2F375A379

View file

@ -320,7 +320,9 @@ class AboutYourOrganizationForm(RegistrarForm):
message="Response must be less than 1000 characters.", 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.")
},
) )