﻿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
11364	Suggest use of `url` tag to locate i18n javascript view	Joost Cassee	nobody	"Please change the documentation for the i18n `javascript_catalog` view to use the `url` tag, to match best practices:
{{{
<script type=""text/javascript"" src=""/path/to/jsi18n/""></script>
}}}
becomes
{{{
<script type=""text/javascript"" src=""{% url django.views.i18n.javascript_catalog %}""></script>
}}}
"		closed	Documentation	1.0		fixed			Unreviewed	1	0	0	0	0	0
