forked from rDrama/rDrama
1
0
Fork 0

fix "more comments" button on mobile

master
Aevann1 2022-12-19 21:48:39 +02:00
parent 0cdf4c61db
commit e3a4b50c34
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ class Comment(Base):
@property
@lazy
def morecomments(self):
return f"{self.post.permalink}/{self.id}#context"
return f"{self.post.permalink}/{self.id}?context=0#context"
@property
@lazy