IMplement add form for alternative domains

This commit is contained in:
Rachid Mrad 2024-01-22 19:36:02 -05:00
parent ae8220587e
commit ac6d46b9f8
No known key found for this signature in database
GPG key ID: EF38E4CEC4A8F3CF
3 changed files with 68 additions and 23 deletions

View file

@ -420,7 +420,7 @@ class AlternativeDomainForm(RegistrarForm):
alternative_domain = forms.CharField(
required=False,
label="",
label="Alternative domain",
)