From a09419098a52d9cb508003225c1d25ffe72187b3 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Wed, 22 Dec 2021 17:06:22 -0600 Subject: [PATCH] fix --- .../CHRISTMAS/submission_listing.html | 318 +++++++++--------- 1 file changed, 157 insertions(+), 161 deletions(-) diff --git a/files/templates/CHRISTMAS/submission_listing.html b/files/templates/CHRISTMAS/submission_listing.html index c182ed9586..6210b5be93 100644 --- a/files/templates/CHRISTMAS/submission_listing.html +++ b/files/templates/CHRISTMAS/submission_listing.html @@ -83,177 +83,173 @@ {% endif %} - -
-
+
-
+
-
- {{ p.author.username }} avatar -
- - {% if p.author.shadowbanned or p.distinguish_level or p.is_bot or p.is_blocking or p.is_blocked or p.author.verified %} - - {% if v and v.admin_level==6 and p.author.shadowbanned %} - - {% endif %} - {% if p.distinguish_level %} - - {% endif %} - {% if p.is_bot %} - - {% endif %} - {% if p.is_blocking %} - - {% endif %} - {% if p.is_blocked %} - - {% endif %} - {% if p.author.verified %} - - {% endif %} - - {% endif %} - - {% if not p.award_count('ghosts') %} - - - - {% if p.author.patron and not p.distinguish_level %} - - {{p.author.username}} - - {% elif p.distinguish_level and 'rama' in request.host %} - - {{p.author.username}} - - {% else %} - {{p.author.username}} - {% endif %} - - - - {% if p.author.customtitle %} - - {% if p.author.quadrant %} - - {% endif %} - {{p.author.customtitle | safe}} - - {% endif %} - {% endif %} - - {{p.age_string}} - - - {% if p.edited_utc %} - Edited - {{p.edited_string}} - - {% endif %} - - {% if p.is_image %} - (image post) - {% elif p.is_video %} - (video post) - {% elif p.realurl(v) %} - - ({{p.domain}}) - - {% else %} - (text post) - {% endif %} - - {% if p.active_flags %} - - {% endif %} - - {% if p.bannedfor and p.author.banned_by %} - - - - {% endif %} - - {% if p.flair or p.over_18 or p.club or p.stickied or (p.is_pinned and request.path.startswith('/@')) or p.private or p.awards %} -
    - - {% if p.flair %} -
  • - - {{p.flair | safe}} - -
  • - {% endif %} - - {% if p.over_18 %} -
  • - +18 -
  • - {% endif %} - - {% if p.club %} -
  • - Country Club -
  • - {% endif %} - - {% if p.stickied and p.stickied.startswith('t:') %} -
  • - - - Pinned - -
  • - {% elif p.stickied %} -
  • - - - Pinned - -
  • - {% endif %} - - {% if p.private %} -
  • - - - Draft - -
  • - {% endif %} - - {% if p.awards %} - {% for a in p.awards %} -
  • - -
  • - {% endfor %} - {% endif %} -
- {% endif %} +
+ {{ p.author.username }} avatar
- -
- - {{p.realtitle(v) | safe}} - -
- {% if p.realbody(v) and not p.over_18 %} -
- {{p.realbody(v) | safe}} -
+ {% if p.author.shadowbanned or p.distinguish_level or p.is_bot or p.is_blocking or p.is_blocked or p.author.verified %} + + {% if v and v.admin_level==6 and p.author.shadowbanned %} + + {% endif %} + {% if p.distinguish_level %} + + {% endif %} + {% if p.is_bot %} + + {% endif %} + {% if p.is_blocking %} + + {% endif %} + {% if p.is_blocked %} + + {% endif %} + {% if p.author.verified %} + + {% endif %} + {% endif %} -
+ {% if not p.award_count('ghosts') %} + + + + {% if p.author.patron and not p.distinguish_level %} + + {{p.author.username}} + + {% elif p.distinguish_level and 'rama' in request.host %} + + {{p.author.username}} + + {% else %} + {{p.author.username}} + {% endif %} + + + + {% if p.author.customtitle %} + + {% if p.author.quadrant %} + + {% endif %} + {{p.author.customtitle | safe}} + + {% endif %} + {% endif %} + + {{p.age_string}} + - + +
+ + {{p.realtitle(v) | safe}} + +
+ + {% if p.realbody(v) and not p.over_18 %} +
+ {{p.realbody(v) | safe}} +
+ {% endif %} + + -
+