master
Aevann1 2022-02-04 06:24:12 +02:00
parent 819c2846f9
commit 35f7813d3d
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ class Submission(Base):
@property
@lazy
def shortlink(self):
if self.club: return f"{SITE_FULL}/post/{self.id}"
if self.club: return f"/post/{self.id}"
output = self.title.lower()