X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/2dd371482b63066c3c8c828977efe2014c5dc13e..ba9a60ad5002f1d8ea271f030f4ae5f5e898f7c7:/forum/skins/default/templates/notifications/newcomment.html diff --git a/forum/skins/default/templates/notifications/newcomment.html b/forum/skins/default/templates/notifications/newcomment.html index d629f64..b72b867 100644 --- a/forum/skins/default/templates/notifications/newcomment.html +++ b/forum/skins/default/templates/notifications/newcomment.html @@ -9,8 +9,8 @@ comment_author = html.mark_safe(smart_str(comment.author)) question_title = html.mark_safe(smart_str(question.title)) safe_body = html.html2text(smart_str(comment.comment)) - author_link = html.objlink(smart_str(comment.author), style=settings.EMAIL_ANCHOR_STYLE) - question_link = html.objlink(smart_str(question), style=settings.EMAIL_ANCHOR_STYLE) + author_link = html.objlink(comment.author, style=settings.EMAIL_ANCHOR_STYLE) + question_link = html.objlink(question, style=settings.EMAIL_ANCHOR_STYLE) {% enddeclare %} {% email %}