diff --git a/files/templates/post_actions.html b/files/templates/post_actions.html index 0a46a53c1..68a314cd4 100644 --- a/files/templates/post_actions.html +++ b/files/templates/post_actions.html @@ -61,10 +61,7 @@ {% endif %} {% if v.admin_level >= PERMS['POST_COMMENT_MODERATION'] %} - {% if v.id != p.author.id %} - Remove - {% endif %} - + Remove Approve {% if p.oauth_app %} diff --git a/files/templates/post_admin_actions_mobile.html b/files/templates/post_admin_actions_mobile.html index 0e06b1616..18d9dd750 100644 --- a/files/templates/post_admin_actions_mobile.html +++ b/files/templates/post_admin_actions_mobile.html @@ -25,11 +25,7 @@ {% if v.admin_level >= PERMS['POST_COMMENT_MODERATION'] %} - - {% if v.id != p.author.id %} - - {% endif %} - + {% endif %} {% if p.oauth_app and v.admin_level >= PERMS['APPS_MODERATION'] %}