diff --git a/drama/templates/submission_listing.html b/drama/templates/submission_listing.html index 373c87e91..f32bc41e8 100644 --- a/drama/templates/submission_listing.html +++ b/drama/templates/submission_listing.html @@ -138,7 +138,7 @@ {% if p.is_blocked %}{% endif %} {% if p.private %}unlisted{% endif %} {% if p.is_repost %} repost{% endif %} - {% if p.active_flags %}{{p.active_flags}} Flags{% endif %} + {% if p.active_flags %}{{p.active_flags}} Flags{% endif %} {% if p.author.is_deleted %}[deleted account]{% else %} {{p.author.username}}{% if p.author.customtitle %}  {{p.author.customtitle | safe}}{% endif %}{% endif %}  {{p.age_string}}