diff --git a/src/registrar/templates/application_form.html b/src/registrar/templates/application_form.html index 6830033b5..53f8d7a52 100644 --- a/src/registrar/templates/application_form.html +++ b/src/registrar/templates/application_form.html @@ -49,7 +49,10 @@ {% endblock %} {% block form_required_fields_help_text %} - {% include "includes/required_fields.html" %} + + {% 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." %} + {% include "includes/required_fields.html" %} + {% endif %} {% endblock %}