Ticket #8129: new_email.diff
File new_email.diff, 691 bytes (added by , 16 years ago) |
---|
-
contrib/admin/templates/registration/password_reset_email.html
4 4 5 5 {% trans "Please go to the following page and choose a new password:" %} 6 6 {% block reset_link %} 7 {{ protocol }}://{{ domain }} /reset/{{ uid }}-{{ token }}/7 {{ protocol }}://{{ domain }}{% url django.contrib.auth.views.password_reset_confirm uidb36=uid, token=token %} 8 8 {% endblock %} 9 9 {% trans "Your username, in case you've forgotten:" %} {{ user.username }} 10 10