From c07c97b9ece022c4b5a7203c090229ec3f48cd7a Mon Sep 17 00:00:00 2001 From: Aevann Date: Thu, 5 Oct 2023 12:39:08 +0300 Subject: [PATCH] make notes look better --- files/templates/comments.html | 2 +- files/templates/util/macros.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index 284d570130..3b4077490b 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 %} diff --git a/files/templates/util/macros.html b/files/templates/util/macros.html index d3881af1c8..2dab5deed0 100644 --- a/files/templates/util/macros.html +++ b/files/templates/util/macros.html @@ -33,7 +33,7 @@ {% if a.kind == "emoji" %} {{a.title}} Award given by @{{a.user.username}} {% else %} - + {% endif %} {% endfor %}