diff --git a/src/registrar/templates/domain_request_intro.html b/src/registrar/templates/domain_request_intro.html index d66d019e6..263201393 100644 --- a/src/registrar/templates/domain_request_intro.html +++ b/src/registrar/templates/domain_request_intro.html @@ -6,7 +6,7 @@ {% block content %}
-
+
{% csrf_token %} diff --git a/src/registrar/templates/domain_request_withdraw_confirmation.html b/src/registrar/templates/domain_request_withdraw_confirmation.html index cc426eeaf..525c6784a 100644 --- a/src/registrar/templates/domain_request_withdraw_confirmation.html +++ b/src/registrar/templates/domain_request_withdraw_confirmation.html @@ -10,7 +10,7 @@ {% block content %}
-
+

Withdraw request for {{ DomainRequest.requested_domain.name }}?

diff --git a/src/registrar/templates/includes/request_status_manage.html b/src/registrar/templates/includes/request_status_manage.html index 502ac0569..811574f91 100644 --- a/src/registrar/templates/includes/request_status_manage.html +++ b/src/registrar/templates/includes/request_status_manage.html @@ -1,8 +1,8 @@ {% load custom_filters %} {% load static url_helpers %}
-
-
+
+
{% block breadcrumb %} {% if portfolio %} {% url 'domain-requests' as url %} @@ -140,7 +140,7 @@ {% endblock modify_request %}
-
+
{% block request_summary_header %}

Summary of your domain request

{% endblock request_summary_header%} diff --git a/src/registrar/templates/portfolio_base.html b/src/registrar/templates/portfolio_base.html index 4cafd3f84..4d77cea04 100644 --- a/src/registrar/templates/portfolio_base.html +++ b/src/registrar/templates/portfolio_base.html @@ -9,7 +9,7 @@ {# the entire logged in page goes here #}
-
+
{% block messages %} {% include "includes/form_messages.html" %} {% endblock %} diff --git a/src/registrar/templates/profile.html b/src/registrar/templates/profile.html index cbd2811d1..1d91a2597 100644 --- a/src/registrar/templates/profile.html +++ b/src/registrar/templates/profile.html @@ -12,8 +12,8 @@ Edit your User Profile | {% block content %}
-
-
+
+
{% if messages %} {% for message in messages %}