From e5eea3bb434d47982d273d009b34422914753602 Mon Sep 17 00:00:00 2001 From: Jachym Cepicky Date: Thu, 23 May 2019 17:31:00 +0200 Subject: [PATCH] display time spent only when user is_staff --- helpdesk/templates/helpdesk/ticket.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helpdesk/templates/helpdesk/ticket.html b/helpdesk/templates/helpdesk/ticket.html index 873f8755..7d72e631 100644 --- a/helpdesk/templates/helpdesk/ticket.html +++ b/helpdesk/templates/helpdesk/ticket.html @@ -158,10 +158,12 @@
{% trans "If this is public, the submitter will be e-mailed your comment or resolution." %}
{% endif %} + {% if user.is_staff %}
{% trans "(Optional)" %}
+ {% endif %}