mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-21 15:33:09 +01:00
Remove status from ticket heading, since it is now shown in the description table
This commit is contained in:
parent
d7afcb6578
commit
887483a6d6
@ -12,7 +12,7 @@
|
|||||||
<thead class="thead-light">
|
<thead class="thead-light">
|
||||||
<tr class=''>
|
<tr class=''>
|
||||||
<th colspan='4'>
|
<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 %}
|
{% blocktrans with ticket.queue as queue %}Queue: {{ queue }}{% endblocktrans %}
|
||||||
<span class='ticket_toolbar float-right'>
|
<span class='ticket_toolbar float-right'>
|
||||||
<a href="{% url 'helpdesk:edit' ticket.id %}" class="btn btn-warning btn-sm ticket-edit">
|
<a href="{% url 'helpdesk:edit' ticket.id %}" class="btn btn-warning btn-sm ticket-edit">
|
||||||
|
Loading…
Reference in New Issue
Block a user