From d9040423e64f02727a0f1bbb11f2740560a6a616 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Thu, 23 Sep 2021 19:31:34 +0200 Subject: [PATCH] fsd --- files/templates/comments.html | 18 +++++++++--------- files/templates/submission.html | 8 ++++---- files/templates/submission_listing.html | 12 ++++++------ files/templates/userpage.html | 20 ++++++++++---------- 4 files changed, 29 insertions(+), 29 deletions(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index c0af9b983a..ba0d059051 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -136,7 +136,7 @@
- {% if last_view_utc and c.created_utc > last_view_utc and not (v and v.id==c.author_id) and (not v or v.highlightcomments) %}{% endif %} + {% if last_view_utc and c.created_utc > last_view_utc and not (v and v.id==c.author_id) and (not v or v.highlightcomments) %}{% endif %} {% if c.awards %} {% for a in c.awards[:5] %} @@ -145,20 +145,20 @@ {% endif %} {% if c.bannedfor and c.author.banned_by %} - + {% endif %} {% if c.active_flags %}{{c.active_flags}} Reports{% endif %} {% if c.over_18 %}+18{% endif %} {% if v and v.admin_level==6 and c.author.shadowbanned %}{% endif %} - {% if c.is_pinned %}{% endif %} - {% if c.distinguish_level %}{% endif %} - {% if c.is_op %}{% endif %} - {% if c.is_bot %}{% endif %} - {% if c.is_blocking %}{% endif %} - {% if c.is_blocked %}{% endif %} + {% if c.is_pinned %}{% endif %} + {% if c.distinguish_level %}{% endif %} + {% if c.is_op %}{% endif %} + {% if c.is_bot %}{% endif %} + {% if c.is_blocking %}{% endif %} + {% if c.is_blocked %}{% endif %} - {% if c.author.verified %} + {% if c.author.verified %} {% endif %} {{c.author.username}}{% if c.author.customtitle %}  {% if c.author.quadrant %}{% endif %}{{c.author.customtitle | safe}}{% endif %} diff --git a/files/templates/submission.html b/files/templates/submission.html index d434e4ecdc..075e9f5331 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -258,7 +258,7 @@