Skip to content

Commit

Permalink
feat(admin): use site_title for logged out
Browse files Browse the repository at this point in the history
  • Loading branch information
machikoyasuda committed Sep 26, 2024
1 parent 99cefb3 commit 9476801
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benefits/templates/registration/logged_out.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{% load static %}

{% block title %}
Logged out | Cal-ITP Benefits Administrator
Logged out | {{ site_title }}
{% endblock title %}

{% block extrastyle %}
Expand All @@ -20,7 +20,7 @@
</div>

<div id="site-name">
<h1 class="text-center text-white fs-3 py-3 m-0">Administrator</h1>
<h1 class="text-center text-white fs-3 py-3 m-0">{{ site_header }}</h1>
</div>
{% endblock branding %}

Expand Down

0 comments on commit 9476801

Please sign in to comment.