From 8ca1a632e17a79a712b4cde3874ffc9304ea1687 Mon Sep 17 00:00:00 2001 From: Rebecca Hsieh Date: Thu, 7 Dec 2023 10:22:32 -0800 Subject: [PATCH] Add pipes on all pages --- src/registrar/templates/application_done.html | 2 +- src/registrar/templates/application_withdraw_confirmation.html | 2 +- src/registrar/templates/base.html | 2 +- src/registrar/templates/domain_add_user.html | 2 +- src/registrar/templates/profile.html | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/registrar/templates/application_done.html b/src/registrar/templates/application_done.html index a9ee55b47..91f9588b7 100644 --- a/src/registrar/templates/application_done.html +++ b/src/registrar/templates/application_done.html @@ -1,7 +1,7 @@ {% extends 'base.html' %} {% load static %} -{% block title %}Thanks for your domain request!{% endblock %} +{% block title %}Thanks for your domain request! | {% endblock %} {% block content %}
diff --git a/src/registrar/templates/application_withdraw_confirmation.html b/src/registrar/templates/application_withdraw_confirmation.html index 1406d224d..c8a3c6732 100644 --- a/src/registrar/templates/application_withdraw_confirmation.html +++ b/src/registrar/templates/application_withdraw_confirmation.html @@ -1,6 +1,6 @@ {% extends 'base.html' %} -{% block title %}Withdraw request for {{ domainapplication.requested_domain.name }}{% endblock %} +{% block title %}Withdraw request for {{ domainapplication.requested_domain.name }} | {% endblock %} {% load static url_helpers %} {% block content %} diff --git a/src/registrar/templates/base.html b/src/registrar/templates/base.html index b4aeba704..a07bf67ee 100644 --- a/src/registrar/templates/base.html +++ b/src/registrar/templates/base.html @@ -149,7 +149,7 @@ {% block logo %} {% endblock %} diff --git a/src/registrar/templates/domain_add_user.html b/src/registrar/templates/domain_add_user.html index d8cae576a..4bad529a7 100644 --- a/src/registrar/templates/domain_add_user.html +++ b/src/registrar/templates/domain_add_user.html @@ -1,7 +1,7 @@ {% extends "domain_base.html" %} {% load static field_helpers %} -{% block title %}Add another user{% endblock %} +{% block title %}Add another user | {% endblock %} {% block domain_content %}

Add a domain manager

diff --git a/src/registrar/templates/profile.html b/src/registrar/templates/profile.html index 9b8305922..6a051bfe4 100644 --- a/src/registrar/templates/profile.html +++ b/src/registrar/templates/profile.html @@ -1,7 +1,7 @@ {% extends 'base.html' %} {% block title %} -Edit your User Profile +Edit your User Profile | {% endblock title %} {% block content %}