Updated app_index.html (#238)

This commit is contained in:
Adam 2024-02-14 16:07:30 -07:00 committed by GitHub
parent 4bea010b65
commit c290b5a673
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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>
&rsaquo;
{% for app in app_list %}
{{ app.name }}
{% endfor %}
</div>
{% endblock %}
{% endif %}
{% block sidebar %}{% endblock %}
{% extends "admin/app_index.html" %}
{% block content %}
{{ block.super }}