diff --git a/files/templates/comments.html b/files/templates/comments.html index eb3dd4445..8391c76fc 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -105,8 +105,6 @@ {% endif %} - - {% else %} {% if v %} @@ -165,8 +163,7 @@ {% if c.ghost %} 👻 {% else %} - {% if c.author.verified %} - {% endif %} + {% if c.author.verified %}{% endif %} {% if not should_hide_username %} {{c.author_name}} {% endif %} @@ -216,10 +213,7 @@
-
- - {% if v and c.filter_state == 'reported' and v.can_manage_reports() %}
Reports: @@ -243,7 +237,6 @@ {{c.realbody(v) | safe}}
{% if c.parent_submission %} - {% if v and v.id==c.author_id %} {% endif %}
- - -
    @@ -426,7 +416,6 @@ {% endif %} -{% endif %} {% if v.admin_level > 1 %} {% if "/reported/" in request.path %}