- comment_author = comment.author
- question_url = question.get_absolute_url()
- question_title = question.title
+ safe_post_author = html.mark_safe(post.author.username)
+ comment_author = html.mark_safe(comment.author)
+ question_title = html.mark_safe(question.title)
<p style="{{ p_style }}">
{% blocktrans %}{{ author_link }} has just posted a comment on {% endblocktrans %}
{% ifnotequal post question %}
<p style="{{ p_style }}">
{% blocktrans %}{{ author_link }} has just posted a comment on {% endblocktrans %}
{% ifnotequal post question %}
{% textcontent notifications/base_text.html %}
{% blocktrans %}{{ comment_author }} has just posted a comment on {% endblocktrans %}
{% ifnotequal post question %}
{% textcontent notifications/base_text.html %}
{% blocktrans %}{{ comment_author }} has just posted a comment on {% endblocktrans %}
{% ifnotequal post question %}