mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-01-07 22:49:43 +01:00
missing template lib references
This commit is contained in:
parent
78103c345b
commit
6d86b62673
@ -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 %}
|
||||||
|
@ -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>
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user