#32564: admin/base.html : Add block "end_of_body" for JS includes
------------------------------------------+------------------------
Reporter: Thomas Güttler | Owner: nobody
Type: New feature | Status: new
Component: contrib.admin | Version: 3.1
Severity: Normal | Keywords:
Triage Stage: Unreviewed | Has patch: 0
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
------------------------------------------+------------------------
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>
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/32564>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/050.def2fc2d232f78de12503fa0ca0c5e99%40djangoproject.com.