2005-11-04 12:59:46 +08:00
|
|
|
{% load i18n %}
|
|
|
|
{% trans "You're receiving this e-mail because you requested a password reset" %}
|
2006-06-19 01:32:15 +08:00
|
|
|
{% blocktrans %}for your user account at {{ site_name }}{% endblocktrans %}.
|
2005-07-22 23:02:40 +08:00
|
|
|
|
2005-11-07 06:30:01 +08:00
|
|
|
{% blocktrans %}Your new password is: {{ new_password }}{% endblocktrans %}
|
2005-07-22 23:02:40 +08:00
|
|
|
|
2005-11-04 12:59:46 +08:00
|
|
|
{% trans "Feel free to change this password by going to this page:" %}
|
2005-07-22 23:02:40 +08:00
|
|
|
|
|
|
|
http://{{ domain }}/password_change/
|
|
|
|
|
2005-11-04 12:59:46 +08:00
|
|
|
{% trans "Your username, in case you've forgotten:" %} {{ user.username }}
|
2005-07-22 23:02:40 +08:00
|
|
|
|
2005-11-04 12:59:46 +08:00
|
|
|
{% trans "Thanks for using our site!" %}
|
2005-07-22 23:02:40 +08:00
|
|
|
|
2005-11-07 06:30:01 +08:00
|
|
|
{% blocktrans %}The {{ site_name }} team{% endblocktrans %}
|