Tweak required on no other contacts

This commit is contained in:
Rachid Mrad 2024-01-08 11:38:38 -05:00
parent 3499cc3ba0
commit fd4204a415
No known key found for this signature in database
GPG key ID: EF38E4CEC4A8F3CF

View file

@ -70,12 +70,11 @@
</div>
<div id="no-other-employees">
{% include "includes/required_fields.html" %}
<fieldset class="usa-fieldset margin-top-2">
<legend>
<h2>No other employees from your organization?</h2>
</legend>
{% with attr_maxlength=1000 %}
{% with attr_maxlength=1000 add_label_class="usa-sr-only" %}
{% input_with_errors forms.2.no_other_contacts_rationale %}
{% endwith %}
</div>