In the template, the following static file from django-ajax-selects is being loaded:
<script type="text/javascript" src="{% static 'ajax_select/js/bootstrap.js' %}"></script>
However, this file was removed from the library in the following commit:
crucialfelix/django-ajax-selects@15465dd#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5
As a result, the template tries to include a missing static file, which leads to a 404 error.
Could you please confirm if this reference should be removed or replaced with an alternative script?
In the template, the following static file from django-ajax-selects is being loaded:
<script type="text/javascript" src="{% static 'ajax_select/js/bootstrap.js' %}"></script>However, this file was removed from the library in the following commit:
crucialfelix/django-ajax-selects@15465dd#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5
As a result, the template tries to include a missing static file, which leads to a 404 error.
Could you please confirm if this reference should be removed or replaced with an alternative script?