[Answered ]-Javascript modules not available templates not inherited from base Django tempate

2👍

The template should inherit from base, then. If there’s stuff currently in base you don’t want to be in some other templates, you should use an intermediate parent which itself inherits from base and which some templates can use and others don’t.

0👍

If you are not inheriting from the base you should create a header and add the reference there manually.

Leave a comment