From 94768016782d0be2438e3b9b5467a64ba19afec6 Mon Sep 17 00:00:00 2001 From: Machiko Yasuda Date: Thu, 26 Sep 2024 05:45:46 +0000 Subject: [PATCH] feat(admin): use site_title for logged out --- benefits/templates/registration/logged_out.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/benefits/templates/registration/logged_out.html b/benefits/templates/registration/logged_out.html index c1ec084220..83a65bc3e5 100644 --- a/benefits/templates/registration/logged_out.html +++ b/benefits/templates/registration/logged_out.html @@ -2,7 +2,7 @@ {% load static %} {% block title %} - Logged out | Cal-ITP Benefits Administrator + Logged out | {{ site_title }} {% endblock title %} {% block extrastyle %} @@ -20,7 +20,7 @@
-

Administrator

+

{{ site_header }}

{% endblock branding %}