﻿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
11478	"jsi18n loading from templates within django/contrib/admin/templates/ shouldn't use ""../""s"	greatlemer <greatlemer+django@…>	Jannis Leidel	"When creating a custom change_form.html for use on a different url to the usual create item locations I discovered that the jsi18n scripts were failing to load (side effecting various elements on the page such as many to many selectors collapsable fieldsets).  I tracked this down to the fact that the javascript was being loaded relative to the location of the page.  After further investigation I noticed that the following templates also used the same style of importing for javascript (all within the django/contrib/admin/templates directory).
admin/auth/user/change_password.html
admin/change_form.html
admin/change_list.html

Is it possible that these imports could be altered to use some sort of url reversal?

The svn version I have checked this against was 11231 although it seems to be there in 1.0.2 also."		closed	contrib.admin	dev		fixed			Accepted	1	0	0	0	0	0
