diff --git a/src/registrar/templates/application_form.html b/src/registrar/templates/application_form.html index 6830033b5..c4c3b2188 100644 --- a/src/registrar/templates/application_form.html +++ b/src/registrar/templates/application_form.html @@ -22,6 +22,14 @@ {% include "includes/form_messages.html" %} {% endblock %} +{% if pending_requests_message %} +
+
+ {{ pending_requests_message }} +
+
+{% endif %} + {% block form_errors %} {% comment %} to make sense of this loop, consider that @@ -66,6 +74,13 @@ value="next" class="usa-button" >Save and continue + {% elif pending_requests_exist %} + {% else %}