Skip to content

Commit 0ce53a4

Browse files
committed
Merge pull request django-polymorphic#5 from borgstrom/django-1.5
Remove deprectiated adminmedia templatetags (Django-1.5)
2 parents a8a3049 + b4ffd9c commit 0ce53a4

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)