From 85fe370cae65b73d4083b508ffd54c5a52257fbb Mon Sep 17 00:00:00 2001 From: kek7198 Date: Wed, 8 Dec 2021 22:41:52 -0600 Subject: [PATCH] fix --- files/templates/submission_listing.html | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index 8d0da7bf7f..a47b3a2f57 100644 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -86,12 +86,12 @@
-
+
- {{ p.author.username }} avatar + {{ p.author.username }} avatar
- + {% if v and v.admin_level==6 and p.author.shadowbanned %} {% endif %} @@ -109,9 +109,10 @@ {% endif %} {% if p.author.verified %} + {% endif %} {% if not p.award_count('ghosts') %} - {% if p.author.customtitle %} - + {% if p.author.quadrant %} {% endif %} @@ -135,29 +136,24 @@ {% endif %} {% endif %} - + {{p.age_string}} {% if p.edited_utc %} Edited - {{p.edited_string}} + {{p.edited_string}} {% endif %} {% if p.realurl(v) %} - ({{p.domain}}) + ({{p.domain}}) {% else %} (text post) {% endif %} - {% if p.private %} - - Draft - - {% endif %} {% if p.active_flags %} - {% endif %}