Hi all!

It's a silly question, but I cannot get it.
What does this mean:
„The inherit plugin is currently the only core-plugin which can not be
used in non-cms placeholders.“
This is taken from the Django-CMS documentation:
http://docs.django-cms.org/en/2.2/getting_started/plugin_reference.html#inherit

The plugin is properly installed and I can add it from the admin, but
when I try to see the public page with my basic template, I've made
with the tutorial, I become the following error:

Caught AttributeError while rendering: 'NoneType' object has no
attribute 'render_plugin'

The problem is in the template on the following line:
{% placeholder "template_1_content" %} 

I know, that this has something to do with the sentence from the docs,
I cannot understand, but I am stuck...

Thanks for the help!

Ivan

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to