Yes, that works, but my base.html needs this called in each view to get
the data from the DB:

category_list = Category.objects.filter(active__exact=1)

And I don't know of a way to make this call in the flatpages context.

I did some reading, and it looks like a template tag might be where I
need to start looking?


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to