From ca1c6a270c54f63b9e579825ba342a9cce88e080 Mon Sep 17 00:00:00 2001 From: Darrell Enns Date: Mon, 18 Mar 2013 10:57:39 -0700 Subject: [PATCH] compatibility fixes for django 1.5 --- helpdesk/templates/helpdesk/base.html | 16 ++++----- helpdesk/templates/helpdesk/dashboard.html | 14 ++++---- .../templates/helpdesk/email_ignore_list.html | 2 +- helpdesk/templates/helpdesk/help_api.html | 8 ++--- helpdesk/templates/helpdesk/navigation.html | 22 ++++++------ .../templates/helpdesk/public_homepage.html | 2 +- .../templates/helpdesk/public_view_form.html | 2 +- .../helpdesk/registration/login.html | 2 +- helpdesk/templates/helpdesk/rss_list.html | 10 +++--- helpdesk/templates/helpdesk/ticket.html | 12 +++---- .../templates/helpdesk/ticket_cc_list.html | 4 +-- .../templates/helpdesk/ticket_desc_table.html | 12 +++---- helpdesk/templates/helpdesk/ticket_list.html | 8 ++--- .../templates/helpdesk/user_settings.html | 2 +- helpdesk/urls.py | 35 ++++++++++--------- 15 files changed, 77 insertions(+), 74 deletions(-) diff --git a/helpdesk/templates/helpdesk/base.html b/helpdesk/templates/helpdesk/base.html index 28bf2ef3..3d276d65 100644 --- a/helpdesk/templates/helpdesk/base.html +++ b/helpdesk/templates/helpdesk/base.html @@ -15,9 +15,9 @@ - - - + + + {% comment %}