This commit is contained in:
Aevann1 2021-11-21 14:32:49 +02:00
parent 4cec85ff43
commit 094ebcdce2
3 changed files with 4 additions and 4 deletions

View file

@ -209,7 +209,7 @@ class Comment(Base):
@property
@lazy
def shortlink(self):
return f"http://{site}/comment/{self.id}#context"
return f"/comment/{self.id}#context"
@property
@lazy