This commit is contained in:
Aevann1 2022-01-22 18:22:31 +02:00
parent 457f9fa6cf
commit be63f7384d
5 changed files with 7 additions and 17 deletions

View file

@ -382,6 +382,9 @@ class Submission(Base):
g.db.add(self.author)
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}"
return body
def plainbody(self, v):