From 1deb79f75ba97fd2621132b0ff87feac66d23bce Mon Sep 17 00:00:00 2001 From: Brent O'Connor Date: Thu, 11 Feb 2016 08:49:58 -0600 Subject: [PATCH] Switched to importing the correct templatetags that got renamed. --- .../editor/templates/admin/editor/grappelli_tree_editor.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/categories/editor/templates/admin/editor/grappelli_tree_editor.html b/categories/editor/templates/admin/editor/grappelli_tree_editor.html index 9bc8ecb..99e64ec 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 admin_list i18n admin_tree_list %} +{% load admin_list i18n admin_tree_list_tags %} {% block extrahead %} {{ block.super }}