From 5059b718730b283023f87c5fbb800bc7037875a9 Mon Sep 17 00:00:00 2001 From: Aevann Date: Wed, 22 Mar 2023 21:57:16 +0200 Subject: [PATCH] fix last commit --- files/templates/comments.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index 65bc2ecc8a..04f223017b 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -113,7 +113,7 @@ {% set isreply = False %} {% endif %} -{% set highlight_for_profile = request.path.startswith('/@') and request.path.endswith('/comments') and v and c.author_id == v.id %} +{% set highlight_for_profile = request.path.startswith('/@') and request.path.endswith('/comments') and c.author_id == u.id %}
{% if not isreply %}