100000000k
This commit is contained in:
parent
fc832182a2
commit
35d071590c
15 changed files with 126 additions and 76 deletions
|
@ -247,7 +247,7 @@ class Submission(Base):
|
|||
@property
|
||||
@lazy
|
||||
def full_url(self):
|
||||
if self.url.startswith('/'): return f'https://{site}' + self.url
|
||||
if self.url and self.url.startswith('/'): return f'https://{site}' + self.url
|
||||
return self.url
|
||||
|
||||
@property
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue