got rid of required fields line in one-field forms

This commit is contained in:
Kristina Yin 2023-11-21 12:04:51 -08:00
parent f96af00a51
commit 07d9bd76cd
No known key found for this signature in database
GPG key ID: 9BB3845BB3A21584
2 changed files with 2 additions and 16 deletions

View file

@ -3,7 +3,7 @@
{% block form_instructions %} {% block form_instructions %}
<h2 class="margin-bottom-05"> <h2 class="margin-bottom-05">
Is your organization an election office? <abbr class="usa-hint usa-hint--required" title="required">*</abbr> Is your organization an election office?
</h2> </h2>
<p>An election office is a government entity whose <em>primary</em> responsibility is overseeing elections and/or conducting voter registration.</p> <p>An election office is a government entity whose <em>primary</em> responsibility is overseeing elections and/or conducting voter registration.</p>
@ -12,13 +12,6 @@
{% endblock %} {% endblock %}
{% block form_required_fields_help_text %}
<p class="margin-top-3">
<i>Required fields are marked with an asterisk (<abbr class="usa-hint usa-hint--required"
title="required">*</abbr>).</i>
</p>
{% endblock %}
{% block form_fields %} {% block form_fields %}
{% with add_class="usa-radio__input--tile" add_legend_class="usa-sr-only" %} {% with add_class="usa-radio__input--tile" add_legend_class="usa-sr-only" %}
{% input_with_errors forms.0.is_election_board %} {% input_with_errors forms.0.is_election_board %}

View file

@ -3,18 +3,11 @@
{% block form_instructions %} {% block form_instructions %}
<h2 class="margin-bottom-05"> <h2 class="margin-bottom-05">
What kind of U.S.-based government organization do you represent? <abbr class="usa-hint usa-hint--required text-super" title="required">*</abbr> What kind of U.S.-based government organization do you represent?
</h2> </h2>
{% endblock %} {% endblock %}
{% block form_required_fields_help_text %}
<p class="margin-top-3">
<i>Required fields are marked with an asterisk (<abbr class="usa-hint usa-hint--required"
title="required">*</abbr>).</i>
</p>
{% endblock %}
{% block form_fields %} {% block form_fields %}
{% with add_class="usa-radio__input--tile" add_legend_class="usa-sr-only" %} {% with add_class="usa-radio__input--tile" add_legend_class="usa-sr-only" %}