From c33d6d24d0db7ba9091d8a78d378c91f82c2db5b Mon Sep 17 00:00:00 2001 From: Timothy Hobbs Date: Sat, 2 Feb 2019 20:40:46 +0100 Subject: [PATCH] Add pencil buttons to ticket view for easier assignment and priority setting --- helpdesk/templates/helpdesk/ticket.html | 5 ++-- .../templates/helpdesk/ticket_desc_table.html | 23 +++++++++++++++---- 2 files changed, 21 insertions(+), 7 deletions(-) diff --git a/helpdesk/templates/helpdesk/ticket.html b/helpdesk/templates/helpdesk/ticket.html index a1b6bb7b..da90dd61 100644 --- a/helpdesk/templates/helpdesk/ticket.html +++ b/helpdesk/templates/helpdesk/ticket.html @@ -168,7 +168,7 @@
- +
{{ form.due_date }}
@@ -215,8 +215,7 @@ $( function() {