From 1d7463db2a1b7e4922a05a8c1278edbce9cc690d Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Fri, 1 Mar 2013 00:35:33 +0100 Subject: [PATCH] 1.5 compat: remove adminmedia templatetag calls See https://docs.djangoproject.com/en/1.5/releases/1.5/#miscellaneous --- .../editor/templates/admin/editor/grappelli_tree_editor.html | 2 +- categories/editor/templates/admin/editor/tree_editor.html | 2 +- categories/templates/admin/edit_inline/gen_coll_tabular.html | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/categories/editor/templates/admin/editor/grappelli_tree_editor.html b/categories/editor/templates/admin/editor/grappelli_tree_editor.html index 34da30e..40e9bfc 100644 --- a/categories/editor/templates/admin/editor/grappelli_tree_editor.html +++ b/categories/editor/templates/admin/editor/grappelli_tree_editor.html @@ -1,5 +1,5 @@ {% extends "admin/change_list.html" %} -{% load adminmedia admin_list i18n admin_tree_list %} +{% load admin_list i18n admin_tree_list %} {% block extrahead %} {{block.super}}