mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-25 20:18:38 +02:00
Center alignment of domain request confirmation page [KMA] (#3834)
Update domain_request_done template to center content
This commit is contained in:
parent
8dc875d22c
commit
0d80072fbc
1 changed files with 32 additions and 29 deletions
|
@ -11,37 +11,40 @@
|
||||||
{% endblock wrapperdiv %}
|
{% endblock wrapperdiv %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<main id="main-content" class="grid-container register-form-step">
|
<main id="main-content" class="grid-container register-form-step grid-container--widescreen">
|
||||||
<span class="display-flex flex-align-center" >
|
<div class="{% if not is_widescreen_centered %}max-width--grid-container{% endif %}">
|
||||||
<img
|
<div class="desktop:grid-col-8 desktop:grid-offset-2">
|
||||||
class= "maxw-7 margin-top-neg-2 margin-right-105"
|
<span class="display-flex flex-align-center" >
|
||||||
src="{%static 'img/registrar/dotgov_confirmation.svg' %}"
|
<img
|
||||||
alt="Check mark confirming submission"
|
class= "maxw-7 margin-top-neg-2 margin-right-105"
|
||||||
width="56"
|
src="{%static 'img/registrar/dotgov_confirmation.svg' %}"
|
||||||
/>
|
alt="Check mark confirming submission"
|
||||||
<h1>Thanks for your domain request!</h1>
|
width="56"
|
||||||
</span>
|
/>
|
||||||
<p>We’ll email a copy of your request to you.</p>
|
<h1>Thanks for your domain request!</h1>
|
||||||
|
</span>
|
||||||
|
<p>We’ll email a copy of your request to you.</p>
|
||||||
|
|
||||||
<h2>Next steps in this process</h2>
|
<h2>Next steps in this process</h2>
|
||||||
|
|
||||||
<p> 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.</p>
|
<p> 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.</p>
|
||||||
|
|
||||||
{% if has_organization_feature_flag %}
|
{% if has_organization_feature_flag %}
|
||||||
<p>During our review, we’ll verify that your requested domain meets our naming requirements.</p>
|
<p>During our review, we’ll verify that your requested domain meets our naming requirements.</p>
|
||||||
{% else %}
|
{% else %}
|
||||||
<p>During our review, we’ll verify that:</p>
|
<p>During our review, we’ll verify that:</p>
|
||||||
<ul class="usa-list">
|
<ul class="usa-list">
|
||||||
<li>Your organization is eligible for a .gov domain.</li>
|
<li>Your organization is eligible for a .gov domain.</li>
|
||||||
<li>You work at the organization and/or can make requests on its behalf.</li>
|
<li>You work at the organization and/or can make requests on its behalf.</li>
|
||||||
<li>Your requested domain meets our naming requirements.</li>
|
<li>Your requested domain meets our naming requirements.</li>
|
||||||
</ul>
|
</ul>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<p> We’ll email you if we have questions. We’ll also email you as soon as we complete our review. You can <a href="{% if portfolio %}{% url 'domain-requests' %}{% else %}{% url 'home' %}{% endif %}">check the status</a>
|
|
||||||
of your request at any time on the registrar.</p>
|
|
||||||
|
|
||||||
<p> <a class="usa-link" rel="noopener noreferrer" target="_blank" href="{% public_site_url 'contact' %}">Contact us if you need help during this process</a>.</p>
|
|
||||||
|
|
||||||
|
<p> We’ll email you if we have questions. We’ll also email you as soon as we complete our review. You can <a href="{% if portfolio %}{% url 'domain-requests' %}{% else %}{% url 'home' %}{% endif %}">check the status</a>
|
||||||
|
of your request at any time on the registrar.</p>
|
||||||
|
|
||||||
|
<p> <a class="usa-link" rel="noopener noreferrer" target="_blank" href="{% public_site_url 'contact' %}">Contact us if you need help during this process</a>.</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</main>
|
</main>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue