From 35bdb81e98cd63c1b63008f83de2744ad2b6a916 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Mon, 13 Dec 2021 06:49:37 -0600 Subject: [PATCH] fix --- files/templates/comments.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index 64c781a136..0c3712c6b0 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -222,6 +222,11 @@ {% if c.post and c.post.award_count("ghosts") %} 👻 {% else %} + + {% if c.author.verified %} + + {% endif %} +
{{ c.author.username }} avatar
@@ -244,10 +249,6 @@ - {% if c.author.verified %} - - {% endif %} - {% if c.author.customtitle %} {{c.author.customtitle | safe }}