From d5e662a78d1578b70ba5081e8dd3c035c8bcd708 Mon Sep 17 00:00:00 2001 From: Kristina Yin Date: Tue, 21 Nov 2023 17:30:42 -0800 Subject: [PATCH] trying another way of getting rid of asterisk --- src/registrar/templates/django/forms/label.html | 5 ----- 1 file changed, 5 deletions(-) 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 %}