From a9bdc40477d28fc49c0aa56a7c26ab6cea80e552 Mon Sep 17 00:00:00 2001 From: G-tix Date: Thu, 21 Dec 2023 20:00:42 +0000 Subject: [PATCH] add cw action --- files/templates/post_actions_mobile.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/files/templates/post_actions_mobile.html b/files/templates/post_actions_mobile.html index 695702628..b4782e81d 100644 --- a/files/templates/post_actions_mobile.html +++ b/files/templates/post_actions_mobile.html @@ -50,6 +50,11 @@ {% endif %} {% endif %} +{% if FEATURES['CW_MARKING'] and (v.id == p.author_id or (p.hole and v.mods(p.hole))) %} + + +{% endif %} + {% if FEATURES['NSFW_MARKING'] and (v.id == p.author_id or (p.hole and v.mods(p.hole))) %}