Commit b7944419 authored by Russell Keith-Magee's avatar Russell Keith-Magee
Browse files

Fixed #10976 -- Isolated contrib.auth tests so they will always pass,...

Fixed #10976 -- Isolated contrib.auth tests so they will always pass, regardless of any local templates. Thanks to aarond10 for the report, and SmileyChris for turning that into a patch.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@12420 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 79857802
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
Password reset successfully
 No newline at end of file
+5 −0
Original line number Diff line number Diff line
{% if validlink %}
Please enter your new password: {{ form }}
{% else %}
The password reset link was invalid
{% endif %}
 No newline at end of file
+1 −0
Original line number Diff line number Diff line
E-mail sent
 No newline at end of file
+1 −0
Original line number Diff line number Diff line
{{ protocol }}://{{ domain }}/reset/{{ uid }}-{{ token }}/
 No newline at end of file
+1 −0
Original line number Diff line number Diff line
{{ form }}
 No newline at end of file
Loading