Show ticket ID in title of page so easier to use with many tabs open, to address #525

This commit is contained in:
Garret Wassermann 2017-07-16 19:24:16 -04:00
parent ea8d0d80a7
commit 9f9cdeec6c

View File

@ -1,7 +1,7 @@
{% extends "helpdesk/base.html" %}
{% load i18n bootstrap humanize %}
{% load static from staticfiles %}
{% block helpdesk_title %}{% trans "View Ticket Details" %}{% endblock %}
{% block helpdesk_title %}{{ ticket.queue.slug }}-{{ ticket.id }} : {% trans "View Ticket Details" %}{% endblock %}
{% block helpdesk_head %}
<script type='text/javascript' language='javascript'>
$(document).ready(function() {