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 }}