diff --git a/helpdesk/templates/helpdesk/my_tickets.html b/helpdesk/templates/helpdesk/my_tickets.html index 2ec74f53..6cb0726e 100644 --- a/helpdesk/templates/helpdesk/my_tickets.html +++ b/helpdesk/templates/helpdesk/my_tickets.html @@ -11,8 +11,6 @@ Queue Status Created - Due Date - Submitter @@ -43,8 +41,6 @@ window.addEventListener('load', function() ${ticket.queue.title} ${ticket.status} ${ticket.created} - ${ticket.due_date ? ticket.due_date : 'N/A'} - ${ticket.submitter} `); });