fd
This commit is contained in:
parent
b34fdf436c
commit
b00ed608bb
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ class Submission(Base, Stndrd, Age_times, Scores, Fuzzing):
|
|||
|
||||
return f"/post/{self.id}/{output}"
|
||||
|
||||
def rendered_page(self, sort=None, comment=None, comment_info=None, v=None):
|
||||
def rendered_page(self, read=None, sort=None, comment=None, comment_info=None, v=None):
|
||||
|
||||
# check for banned
|
||||
if v and (v.admin_level >= 3 or self.author_id == v.id):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue