From 96f631f1c58f61708618a30efcf6a0d7e5df940d Mon Sep 17 00:00:00 2001 From: Jani Kajala Date: Tue, 21 Apr 2020 16:25:26 -0500 Subject: [PATCH] "Overview" not using trans in templates dashboard.html, kb_index.html, ticket_list.html --- helpdesk/templates/helpdesk/dashboard.html | 2 +- helpdesk/templates/helpdesk/kb_index.html | 2 +- helpdesk/templates/helpdesk/ticket_list.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/helpdesk/templates/helpdesk/dashboard.html b/helpdesk/templates/helpdesk/dashboard.html index df92b5f9..6747fd9d 100644 --- a/helpdesk/templates/helpdesk/dashboard.html +++ b/helpdesk/templates/helpdesk/dashboard.html @@ -6,7 +6,7 @@ - + {% endblock %} {% block helpdesk_body %} diff --git a/helpdesk/templates/helpdesk/kb_index.html b/helpdesk/templates/helpdesk/kb_index.html index 2516dbbc..5ab9be3e 100644 --- a/helpdesk/templates/helpdesk/kb_index.html +++ b/helpdesk/templates/helpdesk/kb_index.html @@ -6,7 +6,7 @@ - + {% endblock %} {% block helpdesk_body %} diff --git a/helpdesk/templates/helpdesk/ticket_list.html b/helpdesk/templates/helpdesk/ticket_list.html index 86a2035b..d044a473 100644 --- a/helpdesk/templates/helpdesk/ticket_list.html +++ b/helpdesk/templates/helpdesk/ticket_list.html @@ -22,7 +22,7 @@ {% else %} - + {% endif %} {% endblock %}