[FIX] HELPDESK: Replace invalid double quotes with single quotes in comment-delete URL tag
This commit is contained in:
@@ -218,7 +218,7 @@
|
|||||||
</a>
|
</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if perms.helpdesk.delete_comment %}
|
{% 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">
|
title="{% trans 'Delete' %}" class="oh-btn p-3">
|
||||||
<ion-icon name="trash-outline"></ion-icon>
|
<ion-icon name="trash-outline"></ion-icon>
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user