diff --git a/src/registrar/templates/application_organization.html b/src/registrar/templates/application_organization.html index e337674df..3ea8057e1 100644 --- a/src/registrar/templates/application_organization.html +++ b/src/registrar/templates/application_organization.html @@ -10,8 +10,24 @@

What kind of government organization do you represent?

-
{% csrf_token %} -{{ wizard.management_form }} -{{ wizard.form }} + + {{ wizard.management_form }} + {% csrf_token %} +
+

+ Required fields are marked with an asterisk (*). +

+ {% for field in wizard.form %} + + {{ field }} + {% endfor %} +
+ {% if wizard.steps.prev %} + + {% endif %} +
{% endblock %} diff --git a/src/registrar/templates/application_requirements.html b/src/registrar/templates/application_requirements.html index b2e23ad67..1c8909db0 100644 --- a/src/registrar/templates/application_requirements.html +++ b/src/registrar/templates/application_requirements.html @@ -15,12 +15,10 @@
  • You need to have the approval within your organization to make this request
  • -
    {% csrf_token %} -{{ wizard.management_form }} - + + {{ wizard.management_form }} {% csrf_token %}
    - Your profile

    Required fields are marked with an asterisk (*).

    - {% for field in wizard.form %} - - {{ field }} + {% for field in wizard.form %} + + {{ field }} {% endfor %} -
    - + + {% if wizard.steps.prev %} + + {% endif %} +
    {% endblock %} diff --git a/src/registrar/templates/application_sidebar.html b/src/registrar/templates/application_sidebar.html index df6ca75eb..9f2dfffaa 100644 --- a/src/registrar/templates/application_sidebar.html +++ b/src/registrar/templates/application_sidebar.html @@ -1,18 +1,18 @@