From b546b0b879825cfcede75d7ed06da52d1ad876ed Mon Sep 17 00:00:00 2001 From: Joshua Jonah Date: Fri, 10 Jun 2011 08:22:40 -0400 Subject: [PATCH] Added attribution to public_base.html. Added missing i18n tag to attribution.html. --- helpdesk/templates/helpdesk/attribution.html | 1 + helpdesk/templates/helpdesk/public_base.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/helpdesk/templates/helpdesk/attribution.html b/helpdesk/templates/helpdesk/attribution.html index fbd66d0a..90be0ced 100644 --- a/helpdesk/templates/helpdesk/attribution.html +++ b/helpdesk/templates/helpdesk/attribution.html @@ -1 +1,2 @@ +{% load i18n %} {% trans "Powered by django-helpdesk." %} \ No newline at end of file diff --git a/helpdesk/templates/helpdesk/public_base.html b/helpdesk/templates/helpdesk/public_base.html index f9340d31..9638d8bc 100644 --- a/helpdesk/templates/helpdesk/public_base.html +++ b/helpdesk/templates/helpdesk/public_base.html @@ -19,4 +19,4 @@ {% include "helpdesk/debug.html" %} - + \ No newline at end of file