django-blog-zinnia / cmsplugin-zinnia

Bridge between django-blog-zinnia and django-cms
BSD 3-Clause "New" or "Revised" License
53 stars 46 forks source link

Using entry_detailed template causes "TemplateDoesNotExist" error #14

Closed aop closed 11 years ago

aop commented 11 years ago

If I choose that one in the templates list it cannot render.

The error comes from the line in the template: {% include object.content_template with object_content=object.html_content|truncatewords_html:100|safe continue_reading=1 %}

Where object.content == None, I don't know where that comes from.

Fantomas42 commented 11 years ago

Do you use latest version of Zinnia ? v0.13.dev ?

aop commented 11 years ago

That was indeed fixed with the newest version