[UPDT] HELPDESK: Updated helpdesk app html template file

This commit is contained in:
Horilla
2025-08-22 12:12:24 +05:30
parent d8f6d52602
commit 7781eb5b4c

View File

@@ -218,7 +218,7 @@
</a>
{% endif %}
{% if perms.helpdesk.delete_comment %}
<a href="{% url " comment-delete" item.comment.id %}" type="button"
<a href="{% url 'comment-delete' item.comment.id %}" type="button"
title="{% trans 'Delete' %}" class="oh-btn p-3">
<ion-icon name="trash-outline"></ion-icon>
</a>