got rid of the required fields line in the purpose app page

This commit is contained in:
Kristina Yin 2023-11-21 10:35:54 -08:00
parent c342fdf2a6
commit f96af00a51
No known key found for this signature in database
GPG key ID: 9BB3845BB3A21584

View file

@ -12,16 +12,6 @@ Read about <a class="usa-link" rel="noopener noreferrer" target="_blank" href="{
{% 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.purpose %}