diff --git a/drama/templates/comments.html b/drama/templates/comments.html index 74a203052..6c13caed7 100644 --- a/drama/templates/comments.html +++ b/drama/templates/comments.html @@ -111,6 +111,11 @@
+ {% if c.awards %} + {% for a in c.awards[:5] %} + + {% endfor %} + {% endif %} {% if c.active_flags %} {{c.active_flags}} Reports {% endif %} {% if c.over_18 %}+18 {% endif %} {% if v and v.admin_level==6 and c.author.shadowbanned %} {% endif %} @@ -127,13 +132,6 @@ {% if c.edited_utc %} · Edited {{c.edited_string}} {% endif %} - - {% if c.awards %} - {% for a in c.awards[:5] %} - - {% endfor %} - {% endif %} -
{% if c.is_banned and c.ban_reason %} diff --git a/drama/templates/submission.html b/drama/templates/submission.html index a5d3a51ee..d2722539a 100644 --- a/drama/templates/submission.html +++ b/drama/templates/submission.html @@ -205,6 +205,11 @@
+ {% if p.awards %} + {% for a in p.awards[:5] %} + + {% endfor %} + {% endif %} {% if v and v.admin_level==6 and p.author.shadowbanned %} {% endif %} {% if p.stickied %} {% endif %} {% if p.is_pinned %} {% endif %} @@ -221,12 +226,6 @@ {% if p.edited_utc %}  Edited {{p.edited_string}}{% endif %}   {{p.views}} views - - {% if p.awards %} - {% for a in p.awards[:5] %} - - {% endfor %} - {% endif %}
{% if p.realurl(v) %} diff --git a/drama/templates/submission_listing.html b/drama/templates/submission_listing.html index e69a0f4b7..ed021aead 100644 --- a/drama/templates/submission_listing.html +++ b/drama/templates/submission_listing.html @@ -86,6 +86,11 @@