Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting a 404 from <script type="module" src="{% static 'formset/js/django-formset.min.js' %}"></script> #27

Closed
onorbumbum opened this issue Feb 7, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@onorbumbum
Copy link

Hi,
Thank you for an awesome package. This feels like it should be the default way to deal with forms.

I was trying to test it on a project after reading docs, and got a 404 when I tried to load

<script type="module" src="{% static 'formset/js/django-formset.min.js' %}"></script>

I checked the source and couldn't find the .min.js file, there was however a django-formset.js file that seems like it is minified.
I changed it to:

<script type="module" src="{% static 'formset/js/django-formset.js' %}"></script> and the error is gone.
@jrief jrief added the bug Something isn't working label Feb 8, 2023
@jrief
Copy link
Owner

jrief commented Feb 8, 2023

Ups, thanks for reporting!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants