mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-21 03:49:22 +02:00
got rid of required fields line in one-field forms
This commit is contained in:
parent
f96af00a51
commit
07d9bd76cd
2 changed files with 2 additions and 16 deletions
|
@ -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 %}
|
||||||
|
|
|
@ -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" %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue