mirror of
https://github.com/jazzband/django-defender.git
synced 2026-03-16 22:10:32 +00:00
Updated app_index.html (#238)
This commit is contained in:
parent
4bea010b65
commit
c290b5a673
1 changed files with 1 additions and 16 deletions
|
|
@ -1,19 +1,4 @@
|
|||
{% extends "admin/index.html" %}
|
||||
{% load i18n %}
|
||||
|
||||
{% if not is_popup %}
|
||||
{% block breadcrumbs %}
|
||||
<div class="breadcrumbs">
|
||||
<a href="{% url 'admin:index' %}">{% trans 'Home' %}</a>
|
||||
›
|
||||
{% for app in app_list %}
|
||||
{{ app.name }}
|
||||
{% endfor %}
|
||||
</div>
|
||||
{% endblock %}
|
||||
{% endif %}
|
||||
|
||||
{% block sidebar %}{% endblock %}
|
||||
{% extends "admin/app_index.html" %}
|
||||
|
||||
{% block content %}
|
||||
{{ block.super }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue