mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-20 19:39:23 +02:00
Add Optionally to Current Sites page and remove asterisk from No Other Conacts page
This commit is contained in:
parent
f465e2e06b
commit
63cbd1908d
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
{% load static field_helpers %}
|
{% load static field_helpers %}
|
||||||
|
|
||||||
{% block form_instructions %}
|
{% block form_instructions %}
|
||||||
<p>Enter your organization’s current public website, if you have one. For example,
|
<p>Optionally, enter your organization’s 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
|
||||||
you’re already using. If you already have any .gov domains please include them.</p>
|
you’re already using. If you already have any .gov domains please include them.</p>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
|
@ -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 %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue