After you enter your domain, we’ll make sure it’s available and that it meets some of our naming requirements. If your domain passes these initial checks, we’ll verify that it meets all of our requirements once you complete and submit the rest of the domain request form.
diff --git a/src/registrar/templates/application_form.html b/src/registrar/templates/application_form.html
index 3112b65d8..f49b288c7 100644
--- a/src/registrar/templates/application_form.html
+++ b/src/registrar/templates/application_form.html
@@ -8,15 +8,13 @@
{% include 'application_sidebar.html' %}
- {% block backnav %}
- {% if wizard.steps.prev %}
-
- {% endif %}
- {% endblock %}
+ {% if wizard.steps.prev %}
+
+ {% endif %}
{{form_titles|get_item:wizard.steps.current}}
{% block form_content %}
diff --git a/src/registrar/templates/application_org_contact.html b/src/registrar/templates/application_org_contact.html
index a7d9c51b8..cc9c80fcf 100644
--- a/src/registrar/templates/application_org_contact.html
+++ b/src/registrar/templates/application_org_contact.html
@@ -2,12 +2,6 @@
{% extends 'application_form.html' %}
{% load widget_tweaks %}
-{% block backnav %}
- {% with form_name="step__org-contact" %}
- {{ block.super }}
- {% endwith %}
-{% endblock %}
-
{% block form_content %}
What is the name and mailing address of your organization?
@@ -17,7 +11,7 @@ of a larger entity. If so, enter information about your part of the larger entit
All fields are required unless they are marked optional.
-