Skip to content

Commit dda2f3b

Browse files
committed
fix: show favicon on the Superuser's admin
1 parent ae83a68 commit dda2f3b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{% extends "admin/base_site.html" %}
2+
3+
{% block extrahead %}
4+
{% include "admin/includes/favicon.html" %}
5+
{% endblock extrahead %}

0 commit comments

Comments
 (0)