diff --git a/files/classes/user.py b/files/classes/user.py index 7349491d5..c5b9c05eb 100644 --- a/files/classes/user.py +++ b/files/classes/user.py @@ -220,7 +220,7 @@ class User(Base): @property @lazy def paid_dues(self): - return not self.shadowbanned and not (self.is_banned and not self.unban_utc) and (self.admin_level or self.club_allowed or self.patron > 1 or (self.patron == 1 and self.truecoins > dues/10) or (self.club_allowed != False and self.truecoins > dues)) + return not self.shadowbanned and not (self.is_banned and not self.unban_utc) and (self.admin_level or self.club_allowed or self.patron or (self.club_allowed != False and self.truecoins > dues)) @lazy def any_block_exists(self, other): diff --git a/files/templates/post_actions.html b/files/templates/post_actions.html index 8ed5e8e17..df0d3ec11 100644 --- a/files/templates/post_actions.html +++ b/files/templates/post_actions.html @@ -49,11 +49,11 @@ Pin Unpin {% endif %} - + {% endif %} {% if v.admin_level > 1 %} {% if "/reported/" in request.path %} diff --git a/files/templates/post_admin_actions_mobile.html b/files/templates/post_admin_actions_mobile.html index 1b6ae2114..fa7d5ad79 100644 --- a/files/templates/post_admin_actions_mobile.html +++ b/files/templates/post_admin_actions_mobile.html @@ -12,9 +12,9 @@ {% if request.path.startswith('/post/') and v.admin_level > 2 %} {% endif %} - +