From 13b664465e3499c6a215329fb9cf64de5bad409b Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Sat, 25 Oct 2014 02:51:23 -0400 Subject: [PATCH] Remove unused translation library from template --- mayan/apps/main/templates/main/generic_list_horizontal.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/mayan/apps/main/templates/main/generic_list_horizontal.html b/mayan/apps/main/templates/main/generic_list_horizontal.html index 4695449a22..f2f771456c 100644 --- a/mayan/apps/main/templates/main/generic_list_horizontal.html +++ b/mayan/apps/main/templates/main/generic_list_horizontal.html @@ -1,11 +1,9 @@ {% extends 'main/base.html' %} -{% load i18n %} - {% load navigation_tags %} {% load subtemplates_tags %} -{% block title %} :: {% blocktrans with title as title %}{{ title }}{% endblocktrans %}{% endblock %} +{% block title %} :: {{ title }}{% endblock %} {% block sidebar %} {% for subtemplate in sidebar_subtemplates_list %}