diff --git a/src/registrar/templates/application_form.html b/src/registrar/templates/application_form.html index f49b288c7..a164d4d35 100644 --- a/src/registrar/templates/application_form.html +++ b/src/registrar/templates/application_form.html @@ -17,8 +17,13 @@ {% endif %}

{{form_titles|get_item:wizard.steps.current}}

{% block form_content %} - - + {% if wizard.steps.next %} + + + {% else %} + + + {% endif %} {% endblock %}