From 0b99314880b50300355212587ba7963fb0d5b176 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 4 Mar 2022 19:58:02 +0200 Subject: [PATCH] painful --- files/templates/post_actions.html | 2 +- files/templates/post_actions_mobile.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/files/templates/post_actions.html b/files/templates/post_actions.html index 9f11224a7..1f8802484 100644 --- a/files/templates/post_actions.html +++ b/files/templates/post_actions.html @@ -78,7 +78,7 @@ {% endif %} - {% if p.sub and v.mods(p.sub) and not p.author.mods(sub) %} + {% if p.sub and v.mods(p.sub) and not p.author.mods(p.sub) %} Remove Exile user diff --git a/files/templates/post_actions_mobile.html b/files/templates/post_actions_mobile.html index 86718978b..cd7bdecf0 100644 --- a/files/templates/post_actions_mobile.html +++ b/files/templates/post_actions_mobile.html @@ -50,7 +50,7 @@ {% endif %} {% endif %} -{% if p.sub and v.mods(p.sub) and not p.author.mods(sub) %} +{% if p.sub and v.mods(p.sub) and not p.author.mods(p.sub) %}