summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/account_activation_email.txt
blob: 2dcc77d3ef3e778bc5b6edf9dce2db8efeabf277 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{% load i18n %}

{% blocktrans %}Your account on {{app_name}} has been created or modified.{% endblocktrans %}

 * {% trans "Login:" %} {{login}}
 * {% trans "Password:" %} {{password}}

{% trans "You can log in here:" %} http://{{site}}{%url auth_login%}

{% trans "Thank you for you interest in the project." %}

-- 
{% blocktrans %}The {{app_name}} team{% endblocktrans %}