From 487cae45d25cb7faea2a4d467adb6887116ead73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honor=C3=A9=20HOUNWANOU?= Date: Wed, 4 Apr 2018 16:07:29 -0400 Subject: [PATCH] Fix little typo Should be head_js or better to remove it like in the head_css example above. --- form/bootstrap4.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/form/bootstrap4.rst b/form/bootstrap4.rst index 15884d29a36..f9a18cec554 100644 --- a/form/bootstrap4.rst +++ b/form/bootstrap4.rst @@ -16,7 +16,7 @@ template which other templates extend from): {% endblock %} {% block head_js %} - {% endblock head %} + {% endblock %} If your application uses modern front-end practices, it's better to use :doc:`Webpack Encore ` and follow :doc:`this tutorial `