From 236d03777021e218f5432a43e36677a1462ee13c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Espino?= Date: Thu, 5 Jun 2014 12:31:56 +0200 Subject: [PATCH] Fixed problem with verbose_name template function registration --- taiga/projects/history/templatetags/functions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/taiga/projects/history/templatetags/functions.py b/taiga/projects/history/templatetags/functions.py index 6af9705d..b5da0051 100644 --- a/taiga/projects/history/templatetags/functions.py +++ b/taiga/projects/history/templatetags/functions.py @@ -14,9 +14,9 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . -from django_jinja.base import Library +from django_jinja import library -register = Library() +register = library.Library() @register.global_function