From f4fcc4bd09e910e2cbb7c6f78d3d5fb8b6c5f277 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sun, 27 Nov 2022 03:28:20 +0200 Subject: [PATCH] make "unmark +18" green --- files/templates/comments.html | 6 +++--- files/templates/post_admin_actions_mobile.html | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index 291aaa34a..2f10f816b 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -486,7 +486,7 @@ {% endif %} {% if c.parent_submission and (c.author_id==v.id or v.admin_level >= PERMS['POST_COMMENT_MODERATION'] or (c.post.sub and v.mods(c.post.sub))) %} - + {% endif %} @@ -652,7 +652,7 @@ {% if c.author_id == v.id or (c.post.sub and v.mods(c.post.sub)) %} - + {% endif %} {% if v.admin_level < PERMS['POST_COMMENT_MODERATION'] %} @@ -710,7 +710,7 @@ - + {% endif %} {% if v.id != c.author_id and v.admin_level >= PERMS['USER_BAN'] %} diff --git a/files/templates/post_admin_actions_mobile.html b/files/templates/post_admin_actions_mobile.html index b92ada182..d0598e4a2 100644 --- a/files/templates/post_admin_actions_mobile.html +++ b/files/templates/post_admin_actions_mobile.html @@ -34,7 +34,7 @@ {% endif %} {% if v.admin_level >= PERMS['POST_COMMENT_MODERATION'] %} - + {% endif %} {% if v.id != p.author_id and v.admin_level >= PERMS['USER_BAN'] %}