diff --git a/files/templates/submission.html b/files/templates/submission.html index 4faa9e071..3792b3050 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -113,14 +113,14 @@ {% if v and v.admin_level >= PERMS['USER_SHADOWBAN'] and p.author.shadowbanned %}{% endif %} {% if p.stickied %} - + {% endif %} {% if p.hole_pinned %} - + {% endif %} - {% if p.is_pinned %}{% endif %} + {% if p.is_pinned %}{% endif %} {% if p.distinguish_level %} {% endif %} {% if p.is_bot %} {% endif %} {% if p.over_18 %}+18{% endif %} diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index 4618fadc2..74c0095c7 100644 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -143,15 +143,15 @@ {% endif %} {% if p.stickied %} - + {% endif %} {% if p.hole_pinned %} - + {% endif %} {% if p.distinguish_level %}{% endif %} - {% if p.is_pinned and request.path.startswith('/@') %}{% 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 and not p.ghost %}{% endif %}