app/django/contrib/admin/templates/registration/password_reset_email.html
changeset 54 03e267d67478
child 323 ff1a9aa48cfd
equal deleted inserted replaced
53:57b4279d8c4e 54:03e267d67478
       
     1 {% load i18n %}
       
     2 {% trans "You're receiving this e-mail because you requested a password reset" %}
       
     3 {% blocktrans %}for your user account at {{ site_name }}{% endblocktrans %}.
       
     4 
       
     5 {% blocktrans %}Your new password is: {{ new_password }}{% endblocktrans %}
       
     6 
       
     7 {% trans "Feel free to change this password by going to this page:" %}
       
     8 
       
     9 http://{{ domain }}/password_change/
       
    10 
       
    11 {% trans "Your username, in case you've forgotten:" %} {{ user.username }}
       
    12 
       
    13 {% trans "Thanks for using our site!" %}
       
    14 
       
    15 {% blocktrans %}The {{ site_name }} team{% endblocktrans %}