While it is not a problem to fix default.html template to extend cms's base.html, why does default.html extend own base.html though?
https://github.com/misli/django-cms-articles/blob/f7397bd5e303be6ed50bc53b71e27e40f4087f94/cms_articles/templates/cms_articles/default.html#L1
Could you maybe point me to doc or setting if I am missing other way to set articles default.html to extend cms's base.html?
While it is not a problem to fix default.html template to extend cms's base.html, why does default.html extend own base.html though?
https://github.com/misli/django-cms-articles/blob/f7397bd5e303be6ed50bc53b71e27e40f4087f94/cms_articles/templates/cms_articles/default.html#L1
Could you maybe point me to doc or setting if I am missing other way to set articles default.html to extend cms's base.html?