This commit is contained in:
Aevann1 2021-09-12 10:02:04 +02:00
parent 54d063d5de
commit 5131e139eb
2 changed files with 3 additions and 0 deletions

View file

@ -128,6 +128,7 @@ class Submission(Base, Stndrd, Age_times, Scores, Fuzzing):
@property
@lazy
def permalink(self):
if self.club: return f"/post/{self.id}"
output = self.title.lower()