From 6fa464a51e10c1574a69c2e248b1067ae33f8820 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Fri, 3 Dec 2021 14:09:20 -0600 Subject: [PATCH] fix --- .../templates/sidebars/SubmissionSidebar.html | 68 ++++++++++--------- 1 file changed, 35 insertions(+), 33 deletions(-) diff --git a/files/templates/sidebars/SubmissionSidebar.html b/files/templates/sidebars/SubmissionSidebar.html index b9da2cfca..35668d921 100644 --- a/files/templates/sidebars/SubmissionSidebar.html +++ b/files/templates/sidebars/SubmissionSidebar.html @@ -43,39 +43,6 @@ {% endfor %} {% endif %} - - {% if p.bannedfor and p.author.banned_by %} -
  • - -
  • - {% endif %} - - {% if p.stickied %} -
  • - - - Pinned {% if p.stickied.startswith('t:') %}until {{p.stickied[2:]}}{% else %}by @{{p.stickied}}{%endif%} - -
  • - {% endif %} - - {% if p.is_pinned %} -
  • - -
  • - {% endif %} - - {% if p.over_18 %} -
  • - +18 -
  • - {% endif %} - - {% if p.private %} -
  • - Draft -
  • - {% endif %}
    @@ -121,6 +88,41 @@

    + +