nephila / djangocms-blog

django CMS blog application - Support for multilingual posts, placeholders, social network meta tags and configurable apphooks
https://djangocms-blog.readthedocs.io
BSD 3-Clause "New" or "Revised" License
392 stars 192 forks source link

Invalid template name in 'extends' tag: ''. Got this from the 'CMS_TEMPLATE' variable. #681

Closed pupattan closed 2 years ago

pupattan commented 2 years ago

Getting the following error with latest version Invalid template name in 'extends' tag: ''. Got this from the 'CMS_TEMPLATE' variable.

pupattan commented 2 years ago

Need o add cms.context_processors.cms_settings in context_processors. My bad