From 0504f78373069b36f7e2ddb891b6147bb030a669 Mon Sep 17 00:00:00 2001 From: Aevann Date: Thu, 5 Oct 2023 12:34:09 +0300 Subject: [PATCH] add the showing note thing to comments too --- 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 09e4a59c13..284d570130 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -119,7 +119,7 @@ {% if a.kind == "emoji" %} {{a.title}} Award given by @{{a.user.username}} {% else %} - + {% endif %} {% endfor %}