From 6d86b626739122a48af46d4f43e9c209416e952d Mon Sep 17 00:00:00 2001 From: Stefano Brentegani Date: Tue, 22 Jul 2014 19:27:37 +0200 Subject: [PATCH] missing template lib references --- helpdesk/templates/helpdesk/dashboard.html | 2 +- helpdesk/templates/helpdesk/include/tickets.html | 2 +- helpdesk/templates/helpdesk/include/unassigned.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/helpdesk/templates/helpdesk/dashboard.html b/helpdesk/templates/helpdesk/dashboard.html index 86351357..df65d793 100644 --- a/helpdesk/templates/helpdesk/dashboard.html +++ b/helpdesk/templates/helpdesk/dashboard.html @@ -1,4 +1,4 @@ -{% extends "helpdesk/base.html" %}{% load i18n humanize %}{% load url from future %} +{% extends "helpdesk/base.html" %}{% load i18n %} {% block helpdesk_title %}{% trans "Helpdesk Dashboard" %}{% endblock %} {% block helpdesk_body %} diff --git a/helpdesk/templates/helpdesk/include/tickets.html b/helpdesk/templates/helpdesk/include/tickets.html index 38c79953..410711ea 100644 --- a/helpdesk/templates/helpdesk/include/tickets.html +++ b/helpdesk/templates/helpdesk/include/tickets.html @@ -1,4 +1,4 @@ -{% load i18n %} +{% load i18n humanize %}{% load url from future %} {% if ticket_list_caption %} {% endif %} diff --git a/helpdesk/templates/helpdesk/include/unassigned.html b/helpdesk/templates/helpdesk/include/unassigned.html index dcb2b85c..3053e31b 100644 --- a/helpdesk/templates/helpdesk/include/unassigned.html +++ b/helpdesk/templates/helpdesk/include/unassigned.html @@ -1,4 +1,4 @@ -{% load i18n %} +{% load i18n humanize %}{% load url from future %}
{{ ticket_list_caption }}
{% trans "Unassigned Tickets" %} {% trans "(pick up a ticket if you start to work on it)" %}