From 0bfdb920bc971cb9e66b52c151af7bcd121d36de Mon Sep 17 00:00:00 2001 From: kek7198 Date: Mon, 6 Dec 2021 14:48:32 -0600 Subject: [PATCH] fix --- files/templates/submission_listing.html | 116 ++++++++++++------------ 1 file changed, 58 insertions(+), 58 deletions(-) diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index 755be6de3..401083290 100644 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -86,64 +86,6 @@
- -
@@ -224,6 +166,64 @@ {% endif %}
+
    + + {% if p.flair %} +
  • + + {{p.flair | safe}} + +
  • + {% endif %} + + {% if p.over_18 %} +
  • + +18 +
  • + {% endif %} + + {% if p.club %} +
  • + Country Club +
  • + {% endif %} + + {% if p.stickied %} +
  • + + + Pinned {% if p.stickied.startswith('t:') %}until {{p.stickied[2:]}}{% else %}by @{{p.stickied}}{%endif%} + +
  • + {% endif %} + + {% if p.is_pinned and request.path.startswith('/@') %} +
  • + + + Pinned to profile + +
  • + {% endif %} + + {% if p.private %} +
  • + + + Draft + +
  • + {% endif %} + + {% if p.awards %} + {% for a in p.awards %} +
  • + +
  • + {% endfor %} + {% endif %} +
+