﻿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
18450	Remove default values for i18n JavaScript URLs in Admin templates	Daniel Hepper	Daniel Hepper	"Some templates in the admin contain a hard coded default value for the i18n JavaScript URLs:

admin/auth/user/change_password.html:<script type=""text/javascript"" src=""{{ jsi18nurl|default:""../../../../jsi18n/"" }}""></script>
admin/change_form.html:<script type=""text/javascript"" src=""{{ jsi18nurl|default:""../../../jsi18n/"" }}""></script>
admin/change_list.html:    <script type=""text/javascript"" src=""{{ jsi18nurl|default:'../../jsi18n/' }}""></script>

[11:02] apollo13: jezdez: https://github.com/django/django/commit/1e955e0143 you think we can remove the default:""../../"" stuff by now? I think no admin site is able to have no jsi18n url by now
[11:04] apollo13: (more or less the only part of the admin still having relative urls at all)
[12:33] jezdez: apollo13: yes"	Cleanup/optimization	closed	contrib.admin	1.4	Normal	fixed			Accepted	0	0	0	0	0	0
