diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index 15f1ce27b..5850f469e 100644 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -86,6 +86,64 @@
+ +
@@ -95,15 +153,9 @@ {% 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.is_bot %} {% endif %} @@ -170,12 +222,6 @@ {% if p.bannedfor and p.author.banned_by %} {% endif %} - - {% if p.awards %} - {% for a in p.awards %} - - {% endfor %} - {% endif %}