diff --git a/helpdesk/templates/helpdesk/debug.html b/helpdesk/templates/helpdesk/debug.html index 7a119841..e182dcc2 100644 --- a/helpdesk/templates/helpdesk/debug.html +++ b/helpdesk/templates/helpdesk/debug.html @@ -19,7 +19,7 @@ - {% for query in sql_queries %} + {% for query in sql_queries %} {{ forloop.counter }} {{ query.sql|escape }} {{ query.time }} diff --git a/helpdesk/templates/helpdesk/email_ignore_list.html b/helpdesk/templates/helpdesk/email_ignore_list.html index 5fbf3e2f..21e5ef83 100644 --- a/helpdesk/templates/helpdesk/email_ignore_list.html +++ b/helpdesk/templates/helpdesk/email_ignore_list.html @@ -14,7 +14,7 @@ {% for ignore in ignore_list %} - + {{ ignore.name }} {{ ignore.email_address }} {{ ignore.date }} diff --git a/helpdesk/templates/helpdesk/report_output.html b/helpdesk/templates/helpdesk/report_output.html index e9183459..b7ae87b9 100644 --- a/helpdesk/templates/helpdesk/report_output.html +++ b/helpdesk/templates/helpdesk/report_output.html @@ -37,7 +37,7 @@ {% for d in data %} -{% for f in d %}{{ f }}{% endfor %}{% endfor %} +{% for f in d %}{{ f }}{% endfor %}{% endfor %} diff --git a/helpdesk/templates/helpdesk/ticket_cc_list.html b/helpdesk/templates/helpdesk/ticket_cc_list.html index 70815f8d..ed5d359c 100644 --- a/helpdesk/templates/helpdesk/ticket_cc_list.html +++ b/helpdesk/templates/helpdesk/ticket_cc_list.html @@ -16,7 +16,7 @@ {% for person in copies_to %} - + {{ person.display }} {{ person.can_view }} {{ person.can_update }}