question_title = html.mark_safe(question.title)
safe_body = html.html2text(comment.comment)
author_link = html.objlink(comment.author, style=settings.EMAIL_ANCHOR_STYLE)
question_title = html.mark_safe(question.title)
safe_body = html.html2text(comment.comment)
author_link = html.objlink(comment.author, style=settings.EMAIL_ANCHOR_STYLE)