diff --git a/src/registrar/forms/application_wizard.py b/src/registrar/forms/application_wizard.py index a862afc6c..c974fe18d 100644 --- a/src/registrar/forms/application_wizard.py +++ b/src/registrar/forms/application_wizard.py @@ -170,7 +170,7 @@ class TribalGovernmentForm(RegistrarForm): ) tribe_name = forms.CharField( - label="What is the name of the tribe you represent? ", + label="What is the name of the tribe you represent?", error_messages={"required": "Enter the tribe you represent."}, ) diff --git a/src/registrar/templates/application_org_election.html b/src/registrar/templates/application_org_election.html index ce79f5b22..04c8f2657 100644 --- a/src/registrar/templates/application_org_election.html +++ b/src/registrar/templates/application_org_election.html @@ -2,9 +2,7 @@ {% load field_helpers %} {% block form_instructions %} -
An election office is a government entity whose primary responsibility is overseeing elections and/or conducting voter registration.
diff --git a/src/registrar/templates/django/forms/label.html b/src/registrar/templates/django/forms/label.html index d1cc18bb7..5aad3ccc4 100644 --- a/src/registrar/templates/django/forms/label.html +++ b/src/registrar/templates/django/forms/label.html @@ -8,54 +8,38 @@ {{ field.label }} {% endif %} + - {% if field.label != "Is your organization an election office" %} - {% if field.label != "What .gov domain do you want" %} - {% if field.label != "I read and agree to the requirements for operating .gov domains" %} + + {% if field.label != "Is your organization an election office?" %} + {% if field.label != "What .gov domain do you want?" %} + {% if field.label != "I read and agree to the requirements for operating .gov domains." %} * {% endif %} {% endif %} {% endif %} {% endif %} - - - - + +{% if widget.attrs.required %} + {% for required_label in [ + "What is the name of the tribe you represent?", + "Organization name", + "Street address", + "City", + "State, territory, or military post", + "Zip code", + "First name / given name", + "Last name / family name", + "Title or role in your organization", + "Email", + "Phone" + ] %} + {% if field.label == required_label %} + * + {% endif %} + {% endfor %} +{% endif %} + + {{ label_tag }}>