mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2024-12-13 02:10:49 +01:00
Show ticket ID in title of page so easier to use with many tabs open, to address #525
This commit is contained in:
parent
ea8d0d80a7
commit
9f9cdeec6c
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user