bblanchon / django-htmx-modal-form

Django+HTMX modal form
99 stars 27 forks source link

Uncaught ReferenceError: bootstrap is not defined #8

Closed mitchdawson1982 closed 1 year ago

mitchdawson1982 commented 1 year ago

Hi,

I am relatively new to django and javascript so this will likely be a relatively straightforward issue for you no doubt. I am receiving the error above when the dialog.js and toast.js is invoked. I am using the Hyper Bootstrap5 theme, loading the themes components through static rather than via CDN. I suspect that there is no access to the bootstrap components when trying to create an instance of modal, but I am unsure how to resolve this specifically.

Any advice you can provide is greatly appreciated.

Thanks, Mitch