remotes/1693045480750635534/spooky-22
Aevann1 2021-09-22 00:05:06 +02:00
parent afc4f1702c
commit 652c1d31c3
1 changed files with 0 additions and 1 deletions

View File

@ -92,7 +92,6 @@ class ModAction(Base):
if self.target_user_id: return f'<a href="/id/{self.target_user_id}">{self.target_user.username}</a>'
elif self.target_submission_id: return f'<a href="/post/{self.target_submission_id}">{self.target_post.title.replace("<","").replace(">","")}</a>'
elif self.target_comment_id: return f'<a href="/comment/{self.target_comment_id}">comment</a>'
else: return ""
@property
@lazy