From b63c48003742dbd6b9c8169fb96d42b8dd564ac2 Mon Sep 17 00:00:00 2001 From: Ross Poulton Date: Mon, 23 Jan 2012 22:49:55 +0000 Subject: [PATCH] Merge alexgarel/django-helpdesk revision e4b4dd5 - Add CSS for printing of tickets. Closes GH-91. --- helpdesk/static/helpdesk/helpdesk-print.css | 0 helpdesk/templates/helpdesk/base.html | 3 ++- helpdesk/templates/helpdesk/ticket.html | 2 ++ 3 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 helpdesk/static/helpdesk/helpdesk-print.css diff --git a/helpdesk/static/helpdesk/helpdesk-print.css b/helpdesk/static/helpdesk/helpdesk-print.css new file mode 100644 index 00000000..e69de29b diff --git a/helpdesk/templates/helpdesk/base.html b/helpdesk/templates/helpdesk/base.html index 34815234..7282087c 100644 --- a/helpdesk/templates/helpdesk/base.html +++ b/helpdesk/templates/helpdesk/base.html @@ -12,7 +12,8 @@ {% comment %} {% endcomment %} - + + diff --git a/helpdesk/templates/helpdesk/ticket.html b/helpdesk/templates/helpdesk/ticket.html index a61fa1bc..53e5bbe9 100644 --- a/helpdesk/templates/helpdesk/ticket.html +++ b/helpdesk/templates/helpdesk/ticket.html @@ -107,6 +107,7 @@ function googleTranslateElementInit() { {% endif %} +

{% trans "Respond to this ticket" %}

@@ -201,5 +202,6 @@ function googleTranslateElementInit() { {% csrf_token %}
+
{% endblock %}