Skip to content

Commit

Permalink
chore: restore branding line to default
Browse files Browse the repository at this point in the history
  • Loading branch information
machikoyasuda committed Sep 17, 2024
1 parent 024b55c commit 22bb762
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions benefits/templates/admin/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,12 @@
<link href="{% static "css/admin/styles.css" %}" rel="stylesheet">
{% endblock extrastyle %}

{% block title %}
{% if subtitle %}{{ subtitle }} |{% endif %}
{{ title }} | {{ site_title|default:_("Django site admin") }}
{% endblock title %}

{% block branding %}
<div class="d-flex justify-content-center w-100 bg-primary">
<img class="my-3" src="{% static "img/logo-lg.svg" %}" width="220" height="50" alt="California Integrated Travel Project: Benefits logo (large)" />
</div>

<div id="site-name">
<h1 class="text-center text-white fs-3 py-3 m-0">{{ site_header|default:_("Administrator") }}</h1>
<h1 class="text-center text-white fs-3 py-3 m-0">{{ site_header|default:_("Django administration") }}</h1>
</div>
{% endblock branding %}

0 comments on commit 22bb762

Please sign in to comment.