HTMX not loading

For clarity, we’re talking about confirmation from three different locations:

  • Your runserver console, which shows the requests that have been submitted from the browser.

  • The “Network” tab in your browser’s developer tools showing that the request has been made by the browser to the server.

  • The “Elements” tab in your browser’s developer tools showing that the code has been injected into the DOM.