sneed
This commit is contained in:
parent
b5cae85650
commit
e03db43f61
1 changed files with 1 additions and 1 deletions
|
@ -363,7 +363,7 @@ class User(Base, Stndrd, Age_times):
|
||||||
@property
|
@property
|
||||||
@lazy
|
@lazy
|
||||||
def patron(self):
|
def patron(self):
|
||||||
if self.has_badge(21) or self.has_badge(22) or self.has_badge(23) or self.has_badge(24): return True
|
if self.id != 147 and (self.has_badge(21) or self.has_badge(22) or self.has_badge(23) or self.has_badge(24)): return True
|
||||||
else: return False
|
else: return False
|
||||||
|
|
||||||
def vote_status_on_post(self, post):
|
def vote_status_on_post(self, post):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue