ungleich-learning-circle/pedro/django-tutorial/mysite/templates/admin/base_site.html

10 lines
260 B
HTML
Raw Normal View History

2020-07-20 01:49:36 +00:00
{% 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' %}">Polls
{% endblock %}
{% block nav-global %}{% endblock %}