{% endif %}\r
{% if comment.can_delete %}\r
<a id="comment-{{ comment.id }}-delete" href="{% url delete_comment id=comment.id %}" title="{% trans "Delete comment" %}"\r
- class="ajax-command comment-delete" rel="nofollow"> </a>\r
+ class="ajax-command comment-delete confirm" rel="nofollow"> </a>\r
{% endif %}\r
{% if comment.can_convert %}\r
<a rel="nofollow" id="comment-{{ comment.id }}-convert" href="{% url convert_comment id=comment.id %}" title="{% trans "Convert comment to answer" %}"\r
<a id="comment-%ID%-edit" href="%EDIT_URL%"\r
class="comment-edit" rel="nofollow"> </a>\r
<a id="comment-%ID%-delete" href="%DELETE_URL%"\r
- class="ajax-command comment-delete" rel="nofollow"> </a>\r
+ class="ajax-command comment-delete confirm" rel="nofollow"> </a>\r
<a rel="nofollow" id="comment-%ID%-convert" href="%CONVERT_URL%" title="{% trans "Convert comment to answer" %}"\r
class="ajax-command comment-convert confirm" rel="nofollow"> </a>\r
\r