tutorial-7 half way
This commit is contained in:
parent
a5f071afad
commit
96cd1347d6
1 changed files with 9 additions and 0 deletions
9
sami/django/mysite2/polls/templates/admin/base_site.html
Normal file
9
sami/django/mysite2/polls/templates/admin/base_site.html
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
{% extends "admin/base.html" %}
|
||||||
|
|
||||||
|
{% block title %}{{ title }} | {{ site_title|default:_('Django site admin') }}{% endblock %}
|
||||||
|
|
||||||
|
{% block branding %}
|
||||||
|
<h1 id="site-name"><a href="{% url 'admin:index' %}">{{ site_header|default:_('Django administration') }}</a></h1>
|
||||||
|
{% endblock %}
|
||||||
|
|
||||||
|
{% block nav-global %}{% endblock %}
|
Loading…
Reference in a new issue