From 1d01494ff58213eaa782c3a1e65ad641c9276c50 Mon Sep 17 00:00:00 2001 From: Eugene Date: Thu, 21 Mar 2013 02:24:53 +0800 Subject: [PATCH] Load I18N templatetags --- .../editor/templates/admin/editor/tree_list_results.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/categories/editor/templates/admin/editor/tree_list_results.html b/categories/editor/templates/admin/editor/tree_list_results.html index 849bbe7..c86f9b6 100644 --- a/categories/editor/templates/admin/editor/tree_list_results.html +++ b/categories/editor/templates/admin/editor/tree_list_results.html @@ -1,3 +1,4 @@ +{% load i18n %} {% if result_hidden_fields %}
{# DIV for HTML validation #} {% for item in result_hidden_fields %}{{ item }}{% endfor %} @@ -30,4 +31,4 @@
-{% endif %} \ No newline at end of file +{% endif %}