diff --git a/src/registrar/templates/django/forms/label.html b/src/registrar/templates/django/forms/label.html index 7db89ea36..d1461a9e8 100644 --- a/src/registrar/templates/django/forms/label.html +++ b/src/registrar/templates/django/forms/label.html @@ -8,12 +8,12 @@ {{ field.label }} {% endif %} - {% 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." %} - * - {% endif %} +{% 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." %} + * {% endif %} +{% endif %}