diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index 938d72991b..ab3652dc4f 100644 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -69,13 +69,6 @@ {% if p.is_blocked %} {% endif %} - {% if p.private %} - Draft - {% endif %} - {% if p.active_flags %} - - {% endif %} {% if p.author.verified %} {% endif %} @@ -120,6 +113,16 @@ {{p.views}} views + {% if p.private %} + + Draft + + {% endif %} + {% if p.active_flags %} + + {% endif %} + {% if p.bannedfor and p.author.banned_by %} {% endif %}