diff --git a/templates/_layout/comments.twig b/templates/_layout/comments.twig
index fc8978e0..626611a2 100644
--- a/templates/_layout/comments.twig
+++ b/templates/_layout/comments.twig
@@ -105,7 +105,7 @@
{% endif %}
{% if perms.can_delete_any or (comment.user_id == user.user_id and perms.can_delete) %}
+ href="/comments.php?m=delete&c={{ comment.comment_id }}&csrf={{ csrf_token('comments') }}">Delete
{% endif %}
{# if user is not null %}