X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/c020cb3ffd56949b581cd812d5ce445d4daf6e44..58120aed9b7ba336d9935358f0716e9e0de8b7f0:/forum/skins/default/templates/notifications/newmember.html diff --git a/forum/skins/default/templates/notifications/newmember.html b/forum/skins/default/templates/notifications/newmember.html index 53c5fd4..67fba1f 100644 --- a/forum/skins/default/templates/notifications/newmember.html +++ b/forum/skins/default/templates/notifications/newmember.html @@ -6,15 +6,13 @@ app_url = settings.APP_URL newmember_name = newmember.username newmember_url = newmember.get_profile_url() + newmember_link = html.objlink(newmember, style=settings.EMAIL_ANCHOR_STYLE) {% enddeclare %} {% email %} {% subject %}{% blocktrans %}{{ prefix }}{{ newmember_name }} is a new member on {{ app_name }}{% endblocktrans %}{% endsubject %} {% htmlcontent notifications/base.html %} - {% declare %} - newmember_link = html.objlink(newmember, style=a_style) - {% enddeclare %}

{% blocktrans %} {{ newmember_link }} has just joined {{ app_name }}. You can visit {{ newmember_name }}'s profile using the following link: