Skip to content

Commit b4ffd9c

Browse files
author
Evan Borgstrom
committed
Remove deprectiated adminmedia templatetags
1 parent a8a3049 commit b4ffd9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

polymorphic_tree/templates/admin/polymorphic_tree/change_form.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% extends "admin/change_form.html" %}
2-
{% load i18n admin_modify adminmedia polymorphic_admin_tags polymorphic_tree_admin_tags %}
2+
{% load i18n admin_modify polymorphic_admin_tags polymorphic_tree_admin_tags %}
33

44
{# Add tree levels to polymorphic breadcrumb #}
55
{% block breadcrumbs %}{% if not is_popup %}{% breadcrumb_scope base_opts %}

0 commit comments

Comments
 (0)