diff --git a/src/registrar/templates/django/forms/label.html b/src/registrar/templates/django/forms/label.html index 7f4e0e784..17d528d4e 100644 --- a/src/registrar/templates/django/forms/label.html +++ b/src/registrar/templates/django/forms/label.html @@ -7,9 +7,4 @@ {% else %} {{ field.label }} {% endif %} - {% if widget.attrs.required %} - {% if widget.label != "I read and agree to the requirements for operating .gov domains." %} - * - {% endif %} - {% endif %}