X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/6f9524a34c490d43db43a1ae4b44b40d77ce691a..ce1fb7f146e5524565ad7cc003691d10134f2158:/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 149b9a9..aa5d5ec 100644 --- a/forum/skins/default/templates/notifications/newmember.html +++ b/forum/skins/default/templates/notifications/newmember.html @@ -1,17 +1,34 @@ -{% extends "email_base.html" %} -{% load i18n %} -{% load extra_tags %} - -{% block content %} -
{% trans "Hello" %} {% user_var username %},
- -
- {% blocktrans with newmember.username as newmember_name and settings.APP_SHORT_NAME as app_title and settings.APP_URL as app_url and newmember.get_profile_url as newmember_url %}
- {{ newmember_name }} has just joined {{ app_title }}. You can visit {{ newmember_name }}'s profile using the following link:
- {{ newmember_name }} profile
- {% endblocktrans %}
-
{% blocktrans %}Sincerely,
- Forum Administrator{% endblocktrans %}
+ {% blocktrans %} + {{ newmember_link }} has just joined {{ app_name }}. + View {{ newmember_name }}'s profile. + {% endblocktrans %} +
+ {% endhtmlcontent %} + +{% textcontent notifications/base_text.html %} +{% blocktrans %} +{{ safe_newmember_name }} has just joined {{ safe_app_name }}. You can visit {{ safe_newmember_name }}'s profile using the following url: +{{ app_url }}{{ newmember_url }} +{% endblocktrans %} +{% endtextcontent %} + +{% endemail %} +