tutorial-7 half way

This commit is contained in:
samialazar 2020-07-17 16:31:20 +02:00
parent a5f071afad
commit 96cd1347d6
1 changed files with 9 additions and 0 deletions

View 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 %}