fdssfd
This commit is contained in:
parent
457f9fa6cf
commit
be63f7384d
5 changed files with 7 additions and 17 deletions
|
@ -368,6 +368,10 @@ class Comment(Base):
|
|||
if not self.total_poll_voted(v): body += ' d-none'
|
||||
body += f'"> - <a href="/votes?link=t3_{o.id}"><span id="poll-{o.id}">{o.upvotes}</span> votes</a></span></label></div>'
|
||||
|
||||
|
||||
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