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