diff --git a/drama/templates/comments.html b/drama/templates/comments.html index 2d59cd93f..ae34e76f7 100644 --- a/drama/templates/comments.html +++ b/drama/templates/comments.html @@ -111,7 +111,7 @@
- {% if c.flags %} {{c.active_flags}} Reports {% 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 %} {% if c.is_pinned %} {% endif %} diff --git a/drama/templates/submission.html b/drama/templates/submission.html index 5127d1a0d..62fb7e453 100644 --- a/drama/templates/submission.html +++ b/drama/templates/submission.html @@ -215,7 +215,7 @@   {% if p.over_18 %}+18{% endif %} {% if p.private %}unlisted{% endif %} - {% if p.flags %}{{p.active_flags}} Reports{% endif %} + {% if p.active_flags %}{{p.active_flags}} Reports{% endif %}    {{p.author.username}}{% if p.author.customtitle %}  {{p.author.customtitle | safe}}{% endif %}  {{p.age_string}} ({% if p.realurl(v) %}{{p.domain}}{% else %}text post{% endif %}) diff --git a/drama/templates/submission_listing.html b/drama/templates/submission_listing.html index e59c38656..1771d02f1 100644 --- a/drama/templates/submission_listing.html +++ b/drama/templates/submission_listing.html @@ -95,7 +95,7 @@ {% if p.is_blocking %}{% endif %} {% if p.is_blocked %}{% endif %} {% if p.private %}unlisted{% endif %} - {% if p.flags %}{{p.active_flags}} Reports{% endif %} + {% if p.active_flags %}{{p.active_flags}} Reports{% endif %}  {{p.author.username}}{% if p.author.customtitle %}  {{p.author.customtitle | safe}}{% endif %}  {{p.age_string}}