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 am having the same problem. I am running bootstrap v5.2.3 and I think the issue is because bootstrap v5 no longer includes jQuery but I am not sure if this is true and, if true, is causing the problem
You need to be sure to load jQuery before form.media like the comment above. Otherwise you could use and install django-bootstrap4 and follow the steps in the documentation, django-bootstrap4 includes jQuery. Also keep in mind, django-bootstrap5 does not include jQuery so you would need to include it separately.
You have to load jQuery before form.media. This message is only visible when DEBUG=True
![Screenshot from 2023-07-11 12-35-00](https://private-user-images.githubusercontent.com/23027374/252580332-476b7b50-cdea-4766-87fe-f661d257b3e0.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxNjY2MjUsIm5iZiI6MTczOTE2NjMyNSwicGF0aCI6Ii8yMzAyNzM3NC8yNTI1ODAzMzItNDc2YjdiNTAtY2RlYS00NzY2LTg3ZmUtZjY2MWQyNTdiM2UwLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDA1NDUyNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTEwZWIwYjk3NTA2NzBmYjU1NWY4ZmNiNjdkZjQwMmJjMDMyZTIxOTVmYTAwYzg1ZGRiMmM5MzY3N2NkMGU4NGUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.FYclwLvRuHFZ2pRoaQH3MLnuLi4-vTCuWf5NUIapbNA)
The text was updated successfully, but these errors were encountered: