diff --git a/files/templates/comments.html b/files/templates/comments.html index 7ed104bd8..f99cc64a2 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -121,15 +121,15 @@ {% 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.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.author.verified %} {% endif %} diff --git a/files/templates/submission.html b/files/templates/submission.html index f36627b5c..05add081c 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -216,12 +216,11 @@ {% endfor %} {% endif %} - {% if v and v.admin_level==6 and p.author.shadowbanned %} {% endif %} - {% if p.stickied %} {% endif %} - {% if p.is_pinned %} {% endif %} - {% if p.distinguish_level %}  {% endif %} + {% if v and v.admin_level==6 and p.author.shadowbanned %}{% endif %} + {% if p.stickied %}{% endif %} + {% if p.is_pinned %}{% endif %} + {% if p.distinguish_level %} {% endif %} {% if p.is_bot %} {% endif %} -   {% if p.over_18 %}+18{% endif %} {% if p.private %}unlisted{% endif %} {% if p.active_flags %}{{p.active_flags}} Reports{% endif %} diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index 30ee1aa8e..2875c737b 100644 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -96,11 +96,11 @@ {% endfor %} {% endif %} - {% if v and v.admin_level==6 and p.author.shadowbanned %} {% endif %} - {% if p.stickied %} {% endif %} - {% if p.distinguish_level %} {% endif %} - {% if p.is_pinned and request.path.startswith('/@') %} {% endif %} - {% if p.over_18 %} +18{% endif %} + {% if v and v.admin_level==6 and p.author.shadowbanned %}{% endif %} + {% if p.stickied %}{% endif %} + {% if p.distinguish_level %}{% endif %} + {% if p.is_pinned and request.path.startswith('/@') %}{% endif %} + {% if p.over_18 %}+18{% endif %} {% if p.is_bot %} {% endif %} {% if p.is_blocking %}{% endif %} {% if p.is_blocked %}{% endif %}