diff --git a/files/templates/submission.html b/files/templates/submission.html index fd634ce65..be6d59b4b 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -242,11 +242,16 @@ {% else %}
-
[Deleted by author.]
+
+ {{p.realbody(v) | safe}} + {% if p.is_banned and p.ban_reason %} +
removed by @{{p.ban_reason}} (Admin)
+ {% endif %} +
{% endif %} - {% if v and (v.id==p.author_id or v.admin_level >= PERMS['POST_EDITING']) and not v.is_suspended %} + {% if v and (v.id==p.author_id and not v.is_suspended) or v.admin_level >= PERMS['POST_EDITING'] %}