Testing views

This commit is contained in:
Rachid Mrad 2024-01-04 16:56:31 -05:00
parent d854f8327f
commit a76d4c9da1
No known key found for this signature in database
GPG key ID: EF38E4CEC4A8F3CF
3 changed files with 175 additions and 22 deletions

View file

@ -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):