update .gov domain page

This commit is contained in:
Kristina Yin 2023-11-20 17:20:32 -08:00
parent 1f309584ff
commit bac2d94b75
No known key found for this signature in database
GPG key ID: 9BB3845BB3A21584
2 changed files with 1 additions and 2 deletions

View file

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

View file

@ -67,7 +67,7 @@
</legend> </legend>
<p id="alt_domain_instructions" class="margin-top-05">Are there other domains youd like if we cant give <p id="alt_domain_instructions" class="margin-top-05">Are there other domains youd like if we cant give
you your first choice? Entering alternative domains is optional.</p> you your first choice?</p>
{% with attr_aria_describedby="alt_domain_instructions" %} {% with attr_aria_describedby="alt_domain_instructions" %}
{# attr_validate / validate="domain" invokes code in get-gov.js #} {# attr_validate / validate="domain" invokes code in get-gov.js #}