From 5195fd13a89453a6e3da2845223003d9e5d3e474 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Thu, 19 May 2022 16:37:42 +0200 Subject: [PATCH] Force loading of our own jQuery after Django admin's jQuery (#60969) --- eo_gestion/eo_facture/taggit.py | 1 + 1 file changed, 1 insertion(+) diff --git a/eo_gestion/eo_facture/taggit.py b/eo_gestion/eo_facture/taggit.py index a15f847..865b8f2 100644 --- a/eo_gestion/eo_facture/taggit.py +++ b/eo_gestion/eo_facture/taggit.py @@ -26,6 +26,7 @@ class TagWidget(SelectMultiple): '''Enable use of Select2 in template''' js = [ + 'admin/js/jquery.init.js', 'xstatic/jquery.js', 'xstatic/jquery-ui.js', 'xstatic/select2.js',