]> git.openstreetmap.org Git - osqa.git/blob - forum/skins/default/templates/notifications/newmember.html
initial import
[osqa.git] / forum / skins / default / templates / notifications / newmember.html
1 {% extends "email_base.html" %}\r
2 {% load i18n %}\r
3 {% load extra_tags %}\r
4 \r
5 {% block content %}\r
6     <p>{% trans "Hello" %} {% user_var username %},</p>\r
7 \r
8     <p>\r
9         {% 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 %}\r
10         {{ newmember_name }} has just joined {{ app_title }}. You can visit his profile using the following link: <br />\r
11         <a href="{{ app_url }}{{ newmember_url }}">{{ newmember_name }} profile</a>\r
12         {% endblocktrans %}\r
13     </p>\r
14 \r
15     <p>{% blocktrans %}Sincerely,<br />\r
16     Forum Administrator{% endblocktrans %}</p>\r
17 {% endblock %}\r