{% extends "admin/base.html" %} {% load static %} {% block title %}{% if subtitle %}{{ subtitle }} | {% endif %}{{ title }} | {{ site_title|default:_('Django site admin') }}{% endblock %} {% block extrahead %} <link rel="shortcut icon" href="{% static 'images/logo.ico' %}" /> {% endblock %} {% block site-settings %} <a class="nav-link active" href="{% url 'design:settings' %}">Настроить систему</a> {% endblock %}