﻿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
6384	Customizing the admin pages as suggested in the tutorial causes an recursion error	Kip	nobody	"http://www.djangoproject.com/documentation/tutorial02/

''if your TEMPLATE_DIRS includes ""/home/my_username/mytemplates"", as above, then copy django/contrib/admin/templates/admin/base_site.html to /home/my_username/mytemplates/admin/base_site.html. Don’t forget that admin subdirectory.''

I created a ""change_form.html"" file in my ""templates/admin/"" folder and it creates a recursion error, I suppose because it extends admin/change_form.html. To make it work for me I need to put the file into a subdirectory with the name of the model."		closed	Documentation	dev		invalid			Unreviewed	0	0	0	0	0	0
