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) %}