mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-17 15:04:11 +02:00
Tweak required on no other contacts
This commit is contained in:
parent
3499cc3ba0
commit
fd4204a415
1 changed files with 1 additions and 2 deletions
|
@ -70,12 +70,11 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="no-other-employees">
|
<div id="no-other-employees">
|
||||||
{% include "includes/required_fields.html" %}
|
|
||||||
<fieldset class="usa-fieldset margin-top-2">
|
<fieldset class="usa-fieldset margin-top-2">
|
||||||
<legend>
|
<legend>
|
||||||
<h2>No other employees from your organization?</h2>
|
<h2>No other employees from your organization?</h2>
|
||||||
</legend>
|
</legend>
|
||||||
{% with attr_maxlength=1000 %}
|
{% with attr_maxlength=1000 add_label_class="usa-sr-only" %}
|
||||||
{% input_with_errors forms.2.no_other_contacts_rationale %}
|
{% input_with_errors forms.2.no_other_contacts_rationale %}
|
||||||
{% endwith %}
|
{% endwith %}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue