From 1e585c07fadcaf7e922193dcff517ae36e85edf2 Mon Sep 17 00:00:00 2001 From: justcool393 Date: Thu, 6 Oct 2022 21:36:31 -0700 Subject: [PATCH] p author id --- files/templates/post_admin_actions_mobile.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/post_admin_actions_mobile.html b/files/templates/post_admin_actions_mobile.html index 85aa10d83..b90992940 100644 --- a/files/templates/post_admin_actions_mobile.html +++ b/files/templates/post_admin_actions_mobile.html @@ -17,7 +17,7 @@ {%- endif %} - {% if v.admin_level >= PERMS['POST_COMMENT_DISTINGUISH'] and (v.id == c.author_id or v.admin_level >= PERMS['POST_COMMENT_MODERATION']) %} + {% if v.admin_level >= PERMS['POST_COMMENT_DISTINGUISH'] and (v.id == p.author.id or v.admin_level >= PERMS['POST_COMMENT_MODERATION']) %}