Skip to content

Commit

Permalink
Fix: show favicon on the Superuser's admin (#2497)
Browse files Browse the repository at this point in the history
  • Loading branch information
lalver1 authored Nov 5, 2024
2 parents ce47792 + dda2f3b commit ef813de
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions benefits/templates/admin/base_site.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{% extends "admin/base_site.html" %}

{% block extrahead %}
{% include "admin/includes/favicon.html" %}
{% endblock extrahead %}

0 comments on commit ef813de

Please sign in to comment.