mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-20 19:39:23 +02:00
trying another way of getting rid of required sentence for no other contacts page
This commit is contained in:
parent
f21ca59e04
commit
6b4c6e9f37
1 changed files with 4 additions and 4 deletions
|
@ -48,12 +48,12 @@
|
||||||
{% block form_instructions %}
|
{% block form_instructions %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block form_required_fields_help_text %}
|
|
||||||
<!-- The "No other employees from your organization?" page is a one-field form and should not have the required fields sentence -->
|
<!-- The "No other employees from your organization?" page is a one-field form and should not have the required fields sentence -->
|
||||||
{% if field.label != "Please explain why there are no other employees from your organization we can contact to help us assess your eligibility for a .gov domain." %}
|
{% if steps.current != "no_other_contacts" %}
|
||||||
|
{% block form_required_fields_help_text %}
|
||||||
{% include "includes/required_fields.html" %}
|
{% include "includes/required_fields.html" %}
|
||||||
{% endif %}
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
<form id="step__{{steps.current}}" class="usa-form usa-form--large" method="post" novalidate>
|
<form id="step__{{steps.current}}" class="usa-form usa-form--large" method="post" novalidate>
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue