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

11 lines
339 B
HTML
Raw Normal View History

{# Please keep this template in sync with django/contrib/admin one #}
2019-02-16 19:55:16 +00:00
{% 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 %}
2019-02-16 19:55:16 +00:00
{% block nav-global %}{% endblock %}