mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-04 00:42:16 +02:00
got rid of more required form fields
This commit is contained in:
parent
07d9bd76cd
commit
d3cf1ea01d
3 changed files with 4 additions and 15 deletions
|
@ -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 %}
|
||||
|
|
|
@ -3,17 +3,10 @@
|
|||
|
||||
{% block form_instructions %}
|
||||
<h2 class="margin-bottom-05">
|
||||
Which federal branch is your organization in? <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" %}
|
||||
|
|
|
@ -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" %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue