Update domain request confirmation page content for org model

This commit is contained in:
Erin Song 2024-12-11 15:01:11 -08:00
parent ab59b7a127
commit a940fa673d
No known key found for this signature in database

View file

@ -26,13 +26,17 @@
<h2>Next steps in this process</h2> <h2>Next steps in this process</h2>
<p> Well 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> Well 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>During our review well verify that:</p> {% if has_organization_feature_flag %}
<ul class="usa-list"> <p>During our review well verify that your requested domain meets our naming requirements.</p>
<li>Your organization is eligible for a .gov domain.</li> {% else %}
<li>You work at the organization and/or can make requests on its behalf.</li> <p>During our review well verify that:</p>
<li>Your requested domain meets our naming requirements.</li> <ul class="usa-list">
</ul> <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>Your requested domain meets our naming requirements.</li>
</ul>
{% endif %}
<p> Well email you if we have questions. Well 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> <p> Well email you if we have questions. Well 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> of your request at any time on the registrar.</p>