Atrox / sweetify-django

SweetAlert integration for Django
BSD 3-Clause "New" or "Revised" License
55 stars 21 forks source link

No modal displayed #19

Closed radaniba closed 3 years ago

radaniba commented 4 years ago

Hi there, I followed the exact same steps described here, and I loaded the CDN for sweetalert2 as well, that said, the call to the library seems to function but nothing shows up on the front end, no modal displayed, no message and the page redirects successfully after the call.

Tried to put it on a Try/Catch thinking there might be some silent exception but nothing, the code is clean, but the alert is not working

Any ideas ?

Atrox commented 4 years ago

Hey @radaniba, are there any errors in the browser console?