mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-30 06:26:34 +02:00
Validation logic for /admin
This commit is contained in:
parent
de8d252136
commit
e1ad261e9c
3 changed files with 41 additions and 2 deletions
|
@ -90,7 +90,7 @@ class RequestingEntityForm(RegistrarForm):
|
|||
raise ValidationError(
|
||||
"This suborganization already exists. "
|
||||
"Choose a new name, or select it directly if you would like to use it."
|
||||
)
|
||||
)
|
||||
return name
|
||||
|
||||
def full_clean(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue