X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/58f020d4fab8251103edb89bfc4cf5d5d389d1ad..5c7287b435f2e68257bce3b76ee435d9b07f87f9:/forum/skins/default/templates/notifications/newanswer.html diff --git a/forum/skins/default/templates/notifications/newanswer.html b/forum/skins/default/templates/notifications/newanswer.html index d258cde..2350185 100644 --- a/forum/skins/default/templates/notifications/newanswer.html +++ b/forum/skins/default/templates/notifications/newanswer.html @@ -5,18 +5,16 @@ app_name = settings.APP_SHORT_NAME answer_author = answer.author.username question = answer.question - question_title = question.title + question_title = html.mark_safe(question.title) safe_body = html.html2text(answer.html) + author_link = html.objlink(answer.author, style=settings.EMAIL_ANCHOR_STYLE) + question_link = html.objlink(question, style=settings.EMAIL_ANCHOR_STYLE) {% enddeclare %} {% email %} {% subject %}{% blocktrans %}{{ prefix }} New answer to {{ question_title }}{% endblocktrans %}{% endsubject %} {% htmlcontent notifications/base.html %} - {% declare %} - author_link = html.objlink(answer.author, style=a_style) - question_link = html.objlink(question, style=a_style) - {% enddeclare %}
{% blocktrans %} {{ author_link }} has just posted a new answer on {{ app_name }} to the question