Skip to content

Commit

Permalink
remvoves admin-extra-url depencency
Browse files Browse the repository at this point in the history
  • Loading branch information
saxix committed Nov 1, 2023
1 parent dc1979d commit 167d757
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% extends "admin_extra_urls/action_page.html" %}{% load i18n static extra_urls admin_list admin_urls %}
{% extends "admin_extra_urls/action_page.html" %}{% load i18n static admin_list admin_urls %}
{% block breadcrumbs-items %}
<a href="{% url 'admin:index' %}">{% trans 'Home' %}</a>
&rsaquo; <a href="{% url 'admin:app_list' app_label=opts.app_label %}">{{ opts.app_config.verbose_name }}</a>
&rsaquo; <a href="{% url opts|admin_urlname:'changelist' %}">{{ opts.verbose_name_plural|capfirst }}</a>
{% if original %}
&rsaquo; <a href="{% url opts|admin_urlname:'change' original.pk %}">{{ original }}</a>
{% endif %}
{% block breadcrumbs-active %}&rsaquo; {{ action|default_if_empty:title }}{% endblock breadcrumbs-active %}
{% block breadcrumbs-active %}&rsaquo; {{ action|default_if_none:title }}{% endblock breadcrumbs-active %}
{% endblock breadcrumbs-items %}

{% block action-content %}
Expand Down

0 comments on commit 167d757

Please sign in to comment.