mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-25 04:43:10 +00:00
10 lines
339 B
HTML
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 %}
|