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
The resources (CSS, JS) are not loaded on the online demo when using HTTPs. This is because the URLs are absolute and HTTP and the browser refuses to degrade to this protocol.
This is due to the .url_for() use which computes an absolute URL
The resources (CSS, JS) are not loaded on the online demo when using HTTPs. This is because the URLs are absolute and HTTP and the browser refuses to degrade to this protocol.
This is due to the
.url_for()use which computes an absolute URL