fdssfd
This commit is contained in:
parent
457f9fa6cf
commit
be63f7384d
5 changed files with 7 additions and 17 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue