diff --git a/files/templates/util/macros.html b/files/templates/util/macros.html index 276904cf5..31e4c82a9 100644 --- a/files/templates/util/macros.html +++ b/files/templates/util/macros.html @@ -21,11 +21,11 @@ {% endif %} - {% if p.bannedfor and not (c.parent_post and c.post.sub == 'chudrama') %} + {% if p.bannedfor and p.sub != 'chudrama' %} {% endif %} - {% if p.chuddedfor and not (c.parent_post and c.post.sub == 'chudrama') %} + {% if p.chuddedfor and p.sub != 'chudrama' %} {% endif %}