From 30f332121825a57cbe932b5e63993dfb0a921eba Mon Sep 17 00:00:00 2001 From: justcool393 Date: Thu, 6 Oct 2022 02:20:38 -0700 Subject: [PATCH] mobile post admin actions --- files/templates/post_admin_actions_mobile.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/files/templates/post_admin_actions_mobile.html b/files/templates/post_admin_actions_mobile.html index 6b6b04e37..738e07800 100644 --- a/files/templates/post_admin_actions_mobile.html +++ b/files/templates/post_admin_actions_mobile.html @@ -22,10 +22,11 @@ {% endif %} + {% if v.admin_level >= PERMS['POST_COMMENT_MODERATION'] %} - + {% endif %} {% if "/reported/" in request.path %} @@ -37,10 +38,10 @@ {% if p.oauth_app and v.admin_level >= PERMS['APPS_MODERATION'] %} {% endif %} - + {% if v.admin_level >= PERMS['POST_COMMENT_MODERATION'] %} - + {% endif %} {% if v.id != p.author_id %}