﻿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
3256	Template login.html moved from registration/ to admin/; update call to loader.	Arthur Hebert	Adrian Holovaty	"In ''django/contrib/auth/views.py'', the '''login()''' method tries to load the template ''django/contrib/admin/templates/registration/login.html'' by default. The template file, however, is located in ''django/contrib/admin/templates/admin/login.html''. 

The '''logout()''' method in the same view points to the same directory and is correct. Perhaps these templates should be in the right place. 

I patched this on my server by setting '''template_name='admin/login.html''''. I am not yet sure if that will break anything else."	defect	closed	Contrib apps		normal	duplicate			Unreviewed	0	0	0	0	0	0
