mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-10 22:44:47 +02:00
Fix reformatting issues
This commit is contained in:
parent
2f6799c62b
commit
7c1520a0c2
1 changed files with 3 additions and 1 deletions
|
@ -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.")
|
||||
},
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue