Ticket #7902: password_email_link.diff
File password_email_link.diff, 579 bytes (added by , 16 years ago) |
---|
-
django/contrib/admin/templates/registration/password_reset_email.html
6 6 7 7 {% trans "Feel free to change this password by going to this page:" %} 8 8 9 http://{{ domain }}/ password_change/9 http://{{ domain }}/admin/password_change/ 10 10 11 11 {% trans "Your username, in case you've forgotten:" %} {{ user.username }} 12 12