Fix favicon not showing in admin
This commit is contained in:
parent
ec72827bd8
commit
d4b58624d6
1 changed files with 6 additions and 0 deletions
6
src/newsreader/templates/admin/base_site.html
Normal file
6
src/newsreader/templates/admin/base_site.html
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
{% extends "admin/base.html" %}
|
||||||
|
{% load static %}
|
||||||
|
|
||||||
|
{% block extrahead %}
|
||||||
|
<link type="image/png" href="{% static 'favicon.png' %}" rel="shortcut icon" />
|
||||||
|
{% endblock %}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue