﻿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
13169	Some templates in templates_folder/registration used by contrib.admin	peyman	nobody	"Problem = [[BR]]
trying to access http://your_site/admin/password_change will render -- after login -- the template in templates_folder/registration/ password_change_form.html instead of the admin one. I can't find out 
why. 

Scenario = [[BR]]
Start a new project, and just do the minimum: [[BR]]
*in settings: [[BR]]
 - a database [[BR]]
 - a template path [[BR]]
 - the django.contrib.admin app [[BR]]
*then syncdb [[BR]]
*in urls: uncomment the admin urls [[BR]]
*add in your template folder, the file requested by the view password_change in contrib.auth.views : [[BR]]
 - registration/password_change_form.html [[BR]]
 - this file contains a simple text [[BR]]"		closed	Uncategorized	1.1		invalid			Unreviewed	0	0	0	0	0	0
