From d493fe293be0fa87091bb14d0a208c38b61bf3c8 Mon Sep 17 00:00:00 2001 From: Katherine-Osos <119689946+Katherine-Osos@users.noreply.github.com> Date: Tue, 16 Jan 2024 09:36:19 -0600 Subject: [PATCH] Updates to ".gov domain" page --- .../templates/application_dotgov_domain.html | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/src/registrar/templates/application_dotgov_domain.html b/src/registrar/templates/application_dotgov_domain.html index bd3c4a473..e21b679bb 100644 --- a/src/registrar/templates/application_dotgov_domain.html +++ b/src/registrar/templates/application_dotgov_domain.html @@ -2,24 +2,22 @@ {% load static field_helpers url_helpers %} {% block form_instructions %} -

Before requesting a .gov domain, please make sure it - meets our naming requirements. Your domain name must: +

Before requesting a .gov domain, please make sure it meets our naming requirements. Your domain name must:

+

Names that uniquely apply to your organization are likely to be approved over names that could also apply to other organizations. In most instances, this requires including your state’s two-letter abbreviation.

+ +

Requests for your organization’s initials or an abbreviated name might not be approved, but we encourage you to request the name you want.

+

Note that only federal agencies can request generic terms like vote.gov.

-

We’ll try to give you the domain you want. We first need to make sure your request - meets our requirements. We’ll work with you to find the best domain for your - organization.

-

Domain examples for your type of organization

{% include "includes/domain_example.html" %} @@ -87,6 +85,4 @@ -

If you’re not sure this is the domain you want, that’s - okay. You can change it later.

{% endblock %}