This commit is contained in:
Aevann1 2022-01-30 15:40:11 +02:00
parent 40a08186bd
commit 88d635e03d
6 changed files with 11 additions and 11 deletions

View file

@ -93,7 +93,7 @@ class ModAction(Base):
elif self.target_post:
if self.target_post.club: return f'<a href="{self.target_post.permalink}">{CC} ONLY</a>'
return f'<a href="{self.target_post.permalink}">{self.target_post.title.replace("<","").replace(">","")}</a>'
elif self.target_comment_id: return f'<a href="/comment/{self.target_comment_id}?context=9#context">comment</a>'
elif self.target_comment_id: return f'<a href="/comment/{self.target_comment_id}?context=8#context">comment</a>'
@property
@lazy