diff --git a/files/templates/submission.html b/files/templates/submission.html index 31ee672dc2..878274db0b 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -291,7 +291,7 @@ -{% if v and v.id != p.author_id and p.body and not v_forbid_deleted %} +{% if v and v.id != p.author_id and p.body and not v_forbid_deleted and v.admin_level < PERMS['POST_EDITING'] %}
{{p.body.strip()}}
{% endif %}