update the tickets

This commit is contained in:
ismail 2025-09-18 14:40:27 +03:00
parent 32a0919913
commit 7c794a6390
2 changed files with 3 additions and 8 deletions

View File

@ -103,11 +103,6 @@
href="{% url 'ticket_detail' request.dealer.slug ticket.id %}">
<i class="fa fa-eye me-2"></i>{% trans "View" %}
</a>
<a class="dropdown-item"
href="{% url 'ticket_update' ticket.id%}">
<i class="fa fa-edit me-2"></i>{% trans "Update" %}
</a>
</div>
</div>
</td>