dude subdramas lmao
This commit is contained in:
parent
d93bb56fa8
commit
0a313c5aa5
47 changed files with 569 additions and 92 deletions
|
@ -440,6 +440,10 @@ class Submission(Base):
|
|||
|
||||
return body
|
||||
|
||||
def print(self):
|
||||
print(f'post: {self.id}, author: {self.author_id}', flush=True)
|
||||
return ''
|
||||
|
||||
@lazy
|
||||
def realtitle(self, v):
|
||||
if self.club and not (v and (v.paid_dues or v.id == self.author_id)):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue