mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-30 21:13:16 +02:00
test fixes
This commit is contained in:
parent
34dd8511e2
commit
9ddf7a6cd0
2 changed files with 8 additions and 6 deletions
|
@ -599,6 +599,9 @@ class DotGovDomainForm(RegistrarForm):
|
|||
return_type=ValidationReturnType.FORM_VALIDATION_ERROR,
|
||||
)
|
||||
return validated
|
||||
|
||||
def is_valid(self):
|
||||
return super().is_valid()
|
||||
|
||||
requested_domain = forms.CharField(
|
||||
label="What .gov domain do you want?",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue