8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-11-25 04:43:10 +00:00
re2o/useradmin/templates/admin/base_site.html
2019-02-26 09:55:57 +01:00

10 lines
339 B
HTML

{# Please keep this template in sync with django/contrib/admin one #}
{% extends "users/sidebar.html" %}
{% block title %}{{ title }}{% endblock %}
{% block branding %}
<h1 id="site-name"><a href="{% url 'admin:index' %}">{{ site_header|default:_('Django administration') }}</a></h1>
{% endblock %}
{% block nav-global %}{% endblock %}