diff --git a/src/registrar/templates/application_form.html b/src/registrar/templates/application_form.html index 8730cf098..3d246f7aa 100644 --- a/src/registrar/templates/application_form.html +++ b/src/registrar/templates/application_form.html @@ -3,26 +3,30 @@ {% block title %}Apply for a .gov domain – {{form_titles|get_item:wizard.steps.current}}{% endblock %} {% block content %} -
-
- {% include 'application_sidebar.html' %} -
-
- {% if wizard.steps.prev %} - - Previous step - - {% endif %} -

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

- {% block form_content %} - {% if wizard.steps.next %} +
+
+
+ {% include 'application_sidebar.html' %} +
+
+
+ {% if wizard.steps.prev %} + + Previous step + + {% endif %} +

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

+ {% block form_content %} + {% if wizard.steps.next %} - {% else %} + {% else %} - {% endif %} - + {% endif %} + +
+
{% endblock %}
diff --git a/src/registrar/templates/application_sidebar.html b/src/registrar/templates/application_sidebar.html index f9f7d82d9..fef88396c 100644 --- a/src/registrar/templates/application_sidebar.html +++ b/src/registrar/templates/application_sidebar.html @@ -10,7 +10,7 @@ {{ form_titles|get_item:this_step }} {% else %} -
  • +
  • {{ form_titles|get_item:this_step }} locked until previous steps have been completed diff --git a/src/registrar/templates/base.html b/src/registrar/templates/base.html index c0ebf9dca..7d2091703 100644 --- a/src/registrar/templates/base.html +++ b/src/registrar/templates/base.html @@ -171,10 +171,8 @@ {% block section_nav %}{% endblock %} -
    {% block hero %}{% endblock %} {% block content %}{% endblock %} -
    {% block complementary %}{% endblock %}