From 851a923f3aaf716371849d9ef4238bed6d3a5536 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Tue, 3 Aug 2021 12:39:09 +0200 Subject: [PATCH] fdfd --- drama/templates/comments.html | 12 +++++------- drama/templates/submission.html | 11 +++++------ drama/templates/submission_listing.html | 12 +++++------- 3 files changed, 15 insertions(+), 20 deletions(-) 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.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 @@