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',