Hi,
I am new to both Django and Satchmo.
On my category.html template page I want to be able to show the child
categories but not the grandchildren etc. I want to do this with plain
HTML. Searching the list it would seem that using
context_processors.py is the way to do it but I don't know how to
restrict the listing to one level below the current level.
Using
{% for cats in categories %}
{{ cats }}
gives me the whole tree.
Any tips would be appreciated.
Dagmar.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Satchmo users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/satchmo-users?hl=en
-~----------~----~----~----~------~----~------~--~---