got rid of more required form fields

This commit is contained in:
Kristina Yin 2023-11-21 12:36:50 -08:00
parent 07d9bd76cd
commit d3cf1ea01d
No known key found for this signature in database
GPG key ID: 9BB3845BB3A21584
3 changed files with 4 additions and 15 deletions

View file

@ -12,13 +12,6 @@
</p>
{% 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 %}
{% with attr_maxlength=1000 add_label_class="usa-sr-only" %}
{% input_with_errors forms.0.about_your_organization %}

View file

@ -3,17 +3,10 @@
{% block form_instructions %}
<h2 class="margin-bottom-05">
Which federal branch is your organization&nbsp;in?&nbsp;<abbr class="usa-hint usa-hint--required text-super" title="required">*</abbr>
Which federal branch is your organization in?
</h2>
{% 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 %}
{% with add_class="usa-radio__input--tile" add_legend_class="usa-sr-only" %}

View file

@ -8,6 +8,9 @@
{% endblock %}
{% block form_required_fields_help_text %}
{# commented out so it does not appear on this page #}
{% endblock %}
{% block form_fields %}
{% with add_class="usa-radio__input--tile" add_legend_class="usa-sr-only" %}