I used an inclusion template tag to do the same basic functionality. It's a
bit simpler and it keeps the html in the templates for easier customizing.

You can see the template tag here:
http://code.google.com/p/django-simplepages/source/browse/trunk/simplepages/templatetags/page_tags.py

The template that displays the actual menu:
http://code.google.com/p/django-simplepages/source/browse/trunk/simplepages/templates/pages/main_menu.html

The original template that includes the menu (line #16):
http://code.google.com/p/django-simplepages/source/browse/trunk/simplepages/templates/sample_base.html


It's a little different than yours as it's a customized version of flatpages
and also has site sections, but the general flow/logic is the same.


--James

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to