mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-06 04:27:22 +02:00
Fix tests / lint
This commit is contained in:
parent
229e080703
commit
9931fcc4d3
3 changed files with 6 additions and 7 deletions
|
@ -680,9 +680,8 @@ class AdditionalDetailsForm(BaseDeletableRegistrarForm):
|
|||
)
|
||||
],
|
||||
error_messages={
|
||||
"required": (
|
||||
"Provide additional details you’d like us to know. "
|
||||
"If you have nothing to add, select “No.”"
|
||||
"required": (
|
||||
"Provide additional details you’d like us to know. " "If you have nothing to add, select “No.”"
|
||||
)
|
||||
},
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue