Skip to content

Bug: Template loads a missing static file (ajax_select/js/bootstrap.js) #85

Description

@ccalero

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions