remotes/1693045480750635534/spooky-22
Aevann1 2022-01-22 18:41:48 +02:00
parent 9b4bd19c74
commit 67f524ecaa
2 changed files with 2 additions and 2 deletions

View File

@ -370,7 +370,7 @@ class Comment(Base):
if self.author.sig_html and not self.ghost and (self.author_id == MOOSE_ID or not (v and v.sigs_disabled)):
body += "<hr>{self.author.sig_html}"
body += f"<hr>{self.author.sig_html}"
return body

View File

@ -383,7 +383,7 @@ class Submission(Base):
g.db.commit()
if self.author.sig_html and not self.ghost and (self.author_id == MOOSE_ID or not (v and v.sigs_disabled)):
body += "<hr>{self.author.sig_html}"
body += f"<hr>{self.author.sig_html}"
return body