From 52663d75fa095872a346711d07783273eedb0881 Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Fri, 21 Feb 2020 17:07:28 +0100 Subject: [PATCH] Move scripts location --- templates/base.html | 40 +++++++++++++++++++++++++++------------- 1 file changed, 27 insertions(+), 13 deletions(-) diff --git a/templates/base.html b/templates/base.html index 80140a8f..5e6f8cec 100644 --- a/templates/base.html +++ b/templates/base.html @@ -36,6 +36,33 @@ SPDX-License-Identifier: GPL-3.0-or-later {{ form.media }} {% endif %} + {# Select2 JavaScript #} + + + + + + + + + + + {# Bootstrap JavaScript #} + + + + + {# Turbolinks JavaScript #} + + {% block extracss %}{% endblock %} @@ -139,19 +166,6 @@ SPDX-License-Identifier: GPL-3.0-or-later -{# Bootstrap JavaScript #} - - - - {% block extrajavascript %} {% endblock extrajavascript %}