Add Optionally to Current Sites page and remove asterisk from No Other Conacts page

This commit is contained in:
Kristina Yin 2023-11-29 18:42:04 -08:00
parent f465e2e06b
commit 63cbd1908d
No known key found for this signature in database
GPG key ID: 9BB3845BB3A21584
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
{% load static field_helpers %} {% load static field_helpers %}
{% block form_instructions %} {% block form_instructions %}
<p>Enter your organizations current public website, if you have one. For example, <p>Optionally, enter your organizations current public website, if you have one. For example,
www.city.com. We can better evaluate your domain request if we know about domains www.city.com. We can better evaluate your domain request if we know about domains
youre already using. If you already have any .gov domains please include them.</p> youre already using. If you already have any .gov domains please include them.</p>
{% endblock %} {% endblock %}

View file

@ -10,7 +10,7 @@
{% if widget.attrs.required %} {% if widget.attrs.required %}
<!--Don't add asterisk to one-field forms --> <!--Don't add asterisk to one-field forms -->
{% if field.label == "Is your organization an election office?" or field.label == "What .gov domain do you want?" or field.label == "I read and agree to the requirements for operating .gov domains." %} {% if field.label == "Is your organization an election office?" or field.label == "What .gov domain do you want?" or field.label == "I read and agree to the requirements for operating .gov domains." or field.label == "Please explain why there are no other employees from your organization" %}
{% else %} {% else %}
<abbr class="usa-hint usa-hint--required" title="required">*</abbr> <abbr class="usa-hint usa-hint--required" title="required">*</abbr>
{% endif %} {% endif %}