diff --git a/files/templates/component/post/actions.html b/files/templates/component/post/actions.html
index a9202ca16..74673cc4e 100644
--- a/files/templates/component/post/actions.html
+++ b/files/templates/component/post/actions.html
@@ -35,7 +35,7 @@
Delete
{% endif %}
- {% if v and v.admin_level > 1 and p.filter_state == 'filtered' %}
+ {% if v and v.admin_level >= 2 and p.filter_state == 'filtered' %}
Approve
Remove
{% endif %}
@@ -89,4 +89,4 @@
{% endif %}
{% endif %}
-{%- endif -%} {# {%- if p.is_real_submission -%} #}
\ No newline at end of file
+{%- endif -%} {# {%- if p.is_real_submission -%} #}
diff --git a/files/templates/component/post/actions_admin_mobile.html b/files/templates/component/post/actions_admin_mobile.html
index 40a670cc9..2f7e800be 100644
--- a/files/templates/component/post/actions_admin_mobile.html
+++ b/files/templates/component/post/actions_admin_mobile.html
@@ -31,6 +31,11 @@
{% endif %}
+ {% if v and v.admin_level >= 2 and p.filter_state == 'filtered' %}
+