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 @@

    + +