Skip to content

Commit

Permalink
Updated app_index.html (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
ataylor32 committed Feb 14, 2024
1 parent 4bea010 commit c290b5a
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions defender/templates/admin/defender/app_index.html
Original file line number Diff line number Diff line change
@@ -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 }}
Expand Down

0 comments on commit c290b5a

Please sign in to comment.