django: finish tutorial

This commit is contained in:
2018-05-07 20:30:13 -07:00
parent bc6a424fbe
commit f342fc91db
4 changed files with 32 additions and 3 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' %}">Ministry of Polls</a></h1>
{% endblock %}
{% block nav-global %}{% endblock %}