mirror of https://gitlab.federez.net/re2o/re2o
7 changed files with 35 additions and 45 deletions
@ -1,19 +0,0 @@ |
|||
{# Please keep this template in sync with django/contrib/admin one #} |
|||
{% extends "admin/index.html" %} |
|||
{% load i18n %} |
|||
|
|||
{% block bodyclass %}{{ block.super }} app-{{ app_label }}{% endblock %} |
|||
|
|||
{% if not is_popup %} |
|||
{% block breadcrumbs %} |
|||
<ol class="breadcrumb"><li class="home"> |
|||
<a href="{% url 'admin:index' %}">{% trans 'Home' %}</a> |
|||
</li><li class="active"> |
|||
{% for app in app_list %} |
|||
{{ app.name }} |
|||
{% endfor %} |
|||
</li></ol> |
|||
{% endblock %} |
|||
{% endif %} |
|||
|
|||
{% block sidebar %}{% endblock %} |
|||
Loading…
Reference in new issue