From d31a8f55a966e7733edbf2e8c3c8475629bec911 Mon Sep 17 00:00:00 2001 From: Kristina Yin Date: Mon, 27 Nov 2023 11:54:46 -0800 Subject: [PATCH] added comment --- src/registrar/templates/django/forms/label.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/registrar/templates/django/forms/label.html b/src/registrar/templates/django/forms/label.html index a037c6315..49106eb02 100644 --- a/src/registrar/templates/django/forms/label.html +++ b/src/registrar/templates/django/forms/label.html @@ -8,7 +8,7 @@ {{ field.label }} {% endif %} - + {% if widget.attrs.required %} {% if field.label != "Is your organization an election office?" and field.label != “What .gov domain do you want?” and