From 63cbd1908d84fbb1b71e35fa56639f290c20a17f Mon Sep 17 00:00:00 2001 From: Kristina Yin Date: Wed, 29 Nov 2023 18:42:04 -0800 Subject: [PATCH] Add Optionally to Current Sites page and remove asterisk from No Other Conacts page --- src/registrar/templates/application_current_sites.html | 2 +- src/registrar/templates/django/forms/label.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/registrar/templates/application_current_sites.html b/src/registrar/templates/application_current_sites.html index 627727ae3..3cada9e0e 100644 --- a/src/registrar/templates/application_current_sites.html +++ b/src/registrar/templates/application_current_sites.html @@ -2,7 +2,7 @@ {% load static field_helpers %} {% block form_instructions %} -

Enter your organization’s current public website, if you have one. For example, +

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 you’re already using. If you already have any .gov domains please include them.

{% endblock %} diff --git a/src/registrar/templates/django/forms/label.html b/src/registrar/templates/django/forms/label.html index 3920bc66a..033296ab1 100644 --- a/src/registrar/templates/django/forms/label.html +++ b/src/registrar/templates/django/forms/label.html @@ -10,7 +10,7 @@ {% if widget.attrs.required %} - {% 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 %} * {% endif %}