Skip to content

Commit

Permalink
fix: show favicon on the Superuser's admin
Browse files Browse the repository at this point in the history
  • Loading branch information
lalver1 committed Nov 4, 2024
1 parent 82d6604 commit de6ca10
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 de6ca10

Please sign in to comment.