Force loading of our own jQuery after Django admin's jQuery (#60969)

This commit is contained in:
Benjamin Dauvergne 2022-05-19 16:37:42 +02:00
parent 26d0be2441
commit 5195fd13a8
1 changed files with 1 additions and 0 deletions

View File

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