From 0d80072fbc61ad04423a99814554c9c09aaa7788 Mon Sep 17 00:00:00 2001 From: Kim Allen Date: Mon, 2 Jun 2025 19:23:58 -0400 Subject: [PATCH] Center alignment of domain request confirmation page [KMA] (#3834) Update domain_request_done template to center content --- .../templates/domain_request_done.html | 61 ++++++++++--------- 1 file changed, 32 insertions(+), 29 deletions(-) diff --git a/src/registrar/templates/domain_request_done.html b/src/registrar/templates/domain_request_done.html index 17eea9854..e3f26c3ca 100644 --- a/src/registrar/templates/domain_request_done.html +++ b/src/registrar/templates/domain_request_done.html @@ -11,37 +11,40 @@ {% endblock wrapperdiv %} {% block content %} -
- - Check mark confirming submission -

Thanks for your domain request!

-
-

We’ll email a copy of your request to you.

+
+
+
+ + Check mark confirming submission +

Thanks for your domain request!

+
+

We’ll email a copy of your request to you.

-

Next steps in this process

+

Next steps in this process

-

We’ll review your request. This review period can take 30 business days. Due to the volume of requests, the wait time is longer than usual. We appreciate your patience.

- - {% if has_organization_feature_flag %} -

During our review, we’ll verify that your requested domain meets our naming requirements.

- {% else %} -

During our review, we’ll verify that:

-
    -
  • Your organization is eligible for a .gov domain.
  • -
  • You work at the organization and/or can make requests on its behalf.
  • -
  • Your requested domain meets our naming requirements.
  • -
- {% endif %} - -

We’ll email you if we have questions. We’ll also email you as soon as we complete our review. You can check the status - of your request at any time on the registrar.

- -

Contact us if you need help during this process.

+

We’ll review your request. This review period can take 30 business days. Due to the volume of requests, the wait time is longer than usual. We appreciate your patience.

+ + {% if has_organization_feature_flag %} +

During our review, we’ll verify that your requested domain meets our naming requirements.

+ {% else %} +

During our review, we’ll verify that:

+
    +
  • Your organization is eligible for a .gov domain.
  • +
  • You work at the organization and/or can make requests on its behalf.
  • +
  • Your requested domain meets our naming requirements.
  • +
+ {% endif %} +

We’ll email you if we have questions. We’ll also email you as soon as we complete our review. You can check the status + of your request at any time on the registrar.

+ +

Contact us if you need help during this process.

+
+
{% endblock %}