Ticket #7902: password_email_url.diff
File password_email_url.diff, 611 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 }}{% url django.contrib.auth.views.password_change %} 10 10 11 11 {% trans "Your username, in case you've forgotten:" %} {{ user.username }} 12 12