X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/58f020d4fab8251103edb89bfc4cf5d5d389d1ad..3d835e01926aeec21f78df2012567cdd2f2f7f07:/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..1c385b3 100644 --- a/forum/skins/default/templates/notifications/newmember.html +++ b/forum/skins/default/templates/notifications/newmember.html @@ -6,26 +6,24 @@ 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:
- {{ newmember_name }} profile
+ {{ newmember_link }} has just joined {{ app_name }}.
+ View {{ newmember_name }}'s profile.
{% endblocktrans %}