fds
This commit is contained in:
parent
b2adcd792a
commit
cfa74bf3d2
7 changed files with 3 additions and 3 deletions
|
@ -418,7 +418,7 @@ class Submission(Base):
|
|||
body += "</div>"
|
||||
|
||||
|
||||
if self.author.sig_html and not self.ghost and (self.author_id == MOOSE_ID or not (v and v.sigs_disabled)):
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue