Add branding to admin
This commit is contained in:
parent
c52c30fb08
commit
2b10612304
1 changed files with 4 additions and 0 deletions
|
|
@ -1,6 +1,10 @@
|
||||||
{% extends "admin/base.html" %}
|
{% extends "admin/base.html" %}
|
||||||
{% load static %}
|
{% load static %}
|
||||||
|
|
||||||
|
{% block branding %}
|
||||||
|
<h1 id="site-name"><a href="{% url 'index' %}">Newsreader</a></h1>
|
||||||
|
{% endblock %}
|
||||||
|
|
||||||
{% block extrahead %}
|
{% block extrahead %}
|
||||||
<link type="image/png" href="{% static 'favicon.png' %}" rel="shortcut icon" />
|
<link type="image/png" href="{% static 'favicon.png' %}" rel="shortcut icon" />
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue