Implement #380: remove signatures feature.
This commit is contained in:
parent
c85cd469a1
commit
010c56a35e
9 changed files with 32 additions and 94 deletions
|
@ -375,9 +375,6 @@ class Comment(Base):
|
|||
g.db.add(self)
|
||||
g.db.commit()
|
||||
|
||||
if self.author.sig_html and (self.author_id == MOOSE_ID or (not self.ghost and not (v and v.sigs_disabled))):
|
||||
body += f"<hr>{self.author.sig_html}"
|
||||
|
||||
return body
|
||||
|
||||
def plainbody(self, v):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue