From 7cc6731a61d214b9ac1cd4aede14401bfeeb4544 Mon Sep 17 00:00:00 2001 From: Kristina Yin Date: Tue, 21 Nov 2023 19:50:50 -0800 Subject: [PATCH] undoing last push --- src/registrar/templates/django/forms/label.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/registrar/templates/django/forms/label.html b/src/registrar/templates/django/forms/label.html index 9cf18bd49..af62e0605 100644 --- a/src/registrar/templates/django/forms/label.html +++ b/src/registrar/templates/django/forms/label.html @@ -8,8 +8,7 @@ {{ field.label }} {% endif %} {% if widget.attrs.required %} - {% if 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 we can contact to help us assess your - eligibility for a .gov domain." %} + {% if field.label != "I read and agree to the requirements for operating .gov domains." %} * {% endif %} {% endif %}