diff --git a/files/templates/comments.html b/files/templates/comments.html index a9be8545b..31b804a1a 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -401,12 +401,14 @@ {% if v and (c.parent_post or c.wall_user_id) %} {% if c.author_id == v.id or v.admin_level >= PERMS['POST_COMMENT_EDITING'] %} + {% elif c.body %} + + {% endif %} + {% if c.author_id == v.id %} - {% elif c.body %} - {% endif %} {% endif %}