From 3d8ad83958cf444b1c5a8960699c3c64bf1da535 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Thu, 25 Nov 2021 11:00:41 -0600 Subject: [PATCH] fix --- files/templates/submission_listing.html | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) 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 %}