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