Content changes on other_contacts page

This commit is contained in:
Rachid Mrad 2024-01-16 22:49:32 -05:00
parent f5edb46371
commit 3b2ca4e6e9
No known key found for this signature in database
GPG key ID: EF38E4CEC4A8F3CF

View file

@ -2,11 +2,11 @@
{% load static field_helpers %} {% load static field_helpers %}
{% block form_instructions %} {% block form_instructions %}
<p>To help us assess your eligibility for a .gov domain, please provide contact information for other employees from your organization. <p>To help us determine your organizations eligibility for a .gov domain, its helpful to have contact information for other employees from your organization.
<ul class="usa-list"> <ul class="usa-list">
<li>They should be clearly and publicly affiliated with your organization and familiar with your domain request.</li> <li>They should be clearly and publicly affiliated with your organization and familiar with your domain request.</li>
<li>They don't need to be involved with the technical management of your domain (although they can be). </li> <li>They dont need to be involved with the technical management of your domain (although they can be).</li>
<li>We typically dont reach out to these employees, but if contact is necessary, our practice is to coordinate first with you, the requestor. </li> <li><strong>We typically dont reach out to these employees</strong>, but if contact is necessary, our practice is to coordinate with you first.</li>
</ul> </ul>
</p> </p>
@ -88,9 +88,7 @@
<legend> <legend>
<h2 class="margin-bottom-0">No other employees from your organization?</h2> <h2 class="margin-bottom-0">No other employees from your organization?</h2>
</legend> </legend>
<p>You don't need to provide names of other employees now, but it may <p>You dont need to provide names of other employees now, but it may slow down our assessment of your eligibility. Describe why there are no other employees who can help verify your request.</p>
slow down our assessment of your eligibility. Describe why there are
no other employees who can help verify your request.</p>
{% with attr_maxlength=1000 add_label_class="usa-sr-only" %} {% with attr_maxlength=1000 add_label_class="usa-sr-only" %}
{% input_with_errors forms.2.no_other_contacts_rationale %} {% input_with_errors forms.2.no_other_contacts_rationale %}
{% endwith %} {% endwith %}