forked from MarseyWorld/MarseyWorld
dfs
parent
819c2846f9
commit
35f7813d3d
|
@ -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…
Reference in New Issue