dfs
This commit is contained in:
parent
f490cd86e8
commit
9a4f2bb539
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ class Submission(Base):
|
||||||
@property
|
@property
|
||||||
@lazy
|
@lazy
|
||||||
def shortlink(self):
|
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()
|
output = self.title.lower()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue