Remove status from ticket heading, since it is now shown in the description table

This commit is contained in:
Georg Lehner 2024-06-06 00:34:28 +02:00
parent d7afcb6578
commit 887483a6d6

View File

@ -12,7 +12,7 @@
<thead class="thead-light">
<tr class=''>
<th colspan='4'>
<h3>{{ ticket.queue.slug }}-{{ ticket.id }}. {{ ticket.title }} [{{ ticket.get_status }}]</h3>
<h3>{{ ticket.queue.slug }}-{{ ticket.id }}. {{ ticket.title }}</h3>
{% blocktrans with ticket.queue as queue %}Queue: {{ queue }}{% endblocktrans %}
<span class='ticket_toolbar float-right'>
<a href="{% url 'helpdesk:edit' ticket.id %}" class="btn btn-warning btn-sm ticket-edit">