﻿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
32564	"admin/base.html : Add block ""end_of_body"" for JS includes"	Thomas Güttler	nobody	"I would like to add JavaScript includes at the end of the HTML, before </body>

I created a PR which implements it:

https://github.com/django/django/pull/13913

It is very simple:
{{{
 <!-- END Container -->
+ {% block end_of_body %}{% endblock %}
 </body> 
 </html>
}}}

"	New feature	closed	contrib.admin	3.1	Normal	wontfix			Unreviewed	0	0	0	0	0	0
