This commit is contained in:
Aevann1 2022-02-16 06:33:13 +02:00
parent f3bb52e379
commit ba6dacb429
24 changed files with 253 additions and 66 deletions

View file

@ -228,7 +228,7 @@ class Comment(Base):
@property
@lazy
def shortlink_context(self):
def sl(self):
return f"/comment/{self.id}?context=8#context"
@property