dgf
This commit is contained in:
parent
470cc45516
commit
81527aaebf
2 changed files with 7 additions and 7 deletions
|
@ -223,7 +223,7 @@ class Comment(Base):
|
|||
@property
|
||||
@lazy
|
||||
def shortlink(self):
|
||||
return f"/comment/{self.id}#context"
|
||||
return f"{SITE_FULL}/comment/{self.id}#context"
|
||||
|
||||
@property
|
||||
@lazy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue