You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the dal.autocomplete.TaggitSelect2() widget in my app's admin and, after collecting static files and loading the "add" page for my Django model, the console shows that the file /static/vendor/select2/i18n/en.js 404s.
I think the path should be /static/vendor/select2/dist/i18n/en.js - i.e. the version in use is missing the dist directory.
I'm guessing the error is in this line in dal_select2/widgets.py ?
I'm using v3.4.0.
The text was updated successfully, but these errors were encountered:
philgyford
changed the title
Missing static file for select2 - wrong path?
Missing static file for select2 i18n - wrong path?
Jul 21, 2019
philgyford
added a commit
to philgyford/django-hines
that referenced
this issue
Jul 21, 2019
I'm using the
dal.autocomplete.TaggitSelect2()
widget in my app's admin and, after collecting static files and loading the "add" page for my Django model, the console shows that the file/static/vendor/select2/i18n/en.js
404s.I think the path should be
/static/vendor/select2/dist/i18n/en.js
- i.e. the version in use is missing thedist
directory.I'm guessing the error is in this line in
dal_select2/widgets.py
?I'm using v3.4.0.
The text was updated successfully, but these errors were encountered: