From c44a501ed4af5fadc19b9518332c0c3ccf5fbe2e Mon Sep 17 00:00:00 2001 From: fireworks88 Date: Tue, 27 Jul 2021 13:07:50 +0200 Subject: [PATCH] sneed --- drama/templates/submission_listing.html | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/drama/templates/submission_listing.html b/drama/templates/submission_listing.html index 07c3b7da3..912f667ca 100644 --- a/drama/templates/submission_listing.html +++ b/drama/templates/submission_listing.html @@ -145,6 +145,12 @@ {% if p.edited_utc %}  Edited {{p.edited_string}}{% endif %}   {{p.views}} views + {% if p.awards %} + {% for a in p.awards[:5] %} + + {% endfor %} + {% endif %} +
@@ -168,12 +174,8 @@
  • Votes
  • - {% if v and v.id!=p.author_id and v.admin_level == 0 %} - {% if v.banawards > 0 %} -
  • Give ban award
  • - {% else %} -
  • Give ban award
  • - {% endif %} + {% if v and v.id!=p.author_id %} +
  • Give Award
  • {% endif %}
  • Copy link
  • @@ -353,12 +355,8 @@