diff --git a/src/registrar/templates/application_form.html b/src/registrar/templates/application_form.html
index 1740b3b05..51560720a 100644
--- a/src/registrar/templates/application_form.html
+++ b/src/registrar/templates/application_form.html
@@ -9,21 +9,20 @@
{% if wizard.steps.prev %}
-
+
{% endif %}
{{form_titles|get_item:wizard.steps.current}}
{% block form_content %}
{% if wizard.steps.next %}
-
-
+
{% else %}
-
-
+
{% endif %}
+
{% endblock %}