This commit is contained in:
Aevann1 2022-01-22 18:41:48 +02:00
parent 11742d6f2c
commit 3b63719b00
2 changed files with 2 additions and 2 deletions

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