mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-03 09:43:33 +02:00
Testing views
This commit is contained in:
parent
d854f8327f
commit
a76d4c9da1
3 changed files with 175 additions and 22 deletions
|
@ -757,6 +757,11 @@ class NoOtherContactsForm(RegistrarForm):
|
|||
message="Response must be less than 1000 characters.",
|
||||
)
|
||||
],
|
||||
error_messages={
|
||||
"required": (
|
||||
"Rationale for no other employees is required."
|
||||
)
|
||||
},
|
||||
)
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue