﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
31279	PasswordResetView always defaulting to the admin page and not to template.	git0fun	nobody	"{{{
url(r'^accounts/password-reset/$', auth_views.PasswordResetView.as_view(email_template_name = 'registration/password_reset_email.html', extra_email_context = None, form_class = PasswordResetForm, from_email = None, html_email_template_name = None, subject_template_name = 'registration/password_reset_subject.txt', success_url = reverse_lazy('password_reset_done'), template_name = 'registration/password_reset_form.html', title = _('Password reset'), token_generator = default_token_generator ), name='password_reset'),
     
url(r'^accounts/', include('django.contrib.auth.urls')),
url(r'^admin/', admin.site.urls),
url(r'^course/', include('courses.urls', namespace='courses')),
}}}

`PasswordResetView` is always defaulting to the admin page and not to template
No problems with login `..auth_views.PasswordResetView..as_view(), kwargs{...}` doesn't work too."	Bug	closed	contrib.auth	3.0	Normal	invalid	PasswordResetView		Unreviewed	0	0	0	0	0	0
