From 69565161ff304d7039544fe8a52c0660d818ecb3 Mon Sep 17 00:00:00 2001 From: Brent O'Connor Date: Mon, 18 Mar 2013 12:01:10 -0700 Subject: [PATCH] Made it so django-categories works with Django 1.5 and Grappelli 2.4.4 --- .../admin/editor/grappelli_tree_editor.html | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 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..9bc8ecb 100644 --- a/categories/editor/templates/admin/editor/grappelli_tree_editor.html +++ b/categories/editor/templates/admin/editor/grappelli_tree_editor.html @@ -1,7 +1,7 @@ {% extends "admin/change_list.html" %} -{% load adminmedia admin_list i18n admin_tree_list %} +{% load admin_list i18n admin_tree_list %} {% block extrahead %} - {{block.super}} + {{ block.super }} + {% endblock %} {% block result_list %} {% result_tree_list cl %}