missing template lib references

This commit is contained in:
Stefano Brentegani 2014-07-22 19:27:37 +02:00
parent 78103c345b
commit 6d86b62673
3 changed files with 3 additions and 3 deletions

View File

@ -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_title %}{% trans "Helpdesk Dashboard" %}{% endblock %}
{% block helpdesk_body %} {% block helpdesk_body %}

View File

@ -1,4 +1,4 @@
{% load i18n %} {% load i18n humanize %}{% load url from future %}
<table class="table table-hover table-bordered table-striped">{% if ticket_list_caption %} <table class="table table-hover table-bordered table-striped">{% if ticket_list_caption %}
<caption>{{ ticket_list_caption }}</caption>{% endif %} <caption>{{ ticket_list_caption }}</caption>{% endif %}
<thead> <thead>

View File

@ -1,4 +1,4 @@
{% load i18n %} {% load i18n humanize %}{% load url from future %}
<table class="table table-hover table-bordered table-striped"> <table class="table table-hover table-bordered table-striped">
<caption>{% trans "Unassigned Tickets" %} {% trans "(pick up a ticket if you start to work on it)" %}</caption> <caption>{% trans "Unassigned Tickets" %} {% trans "(pick up a ticket if you start to work on it)" %}</caption>
<thead> <thead>