Hi i have a problem with displaying children fields in a parent template.

For example the parent page is a "Services" and child pages is single 
service.
All i want to do is display all service in a services container.

I have had tried:

> {% for child in children %}
> {{ child.title }}
> {{ child.description }}
> {% endfor %}
>

This code gives me all pages in project(i want only children of services 
page) and no descriptions.

Thank you very much for any help.

//Django-CMS

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/24068808-a56a-4d00-b9a8-d89abe9c8208%40googlegroups.com.

Reply via email to