So far I have seem template inheritance based examples for
breadcrumbs in django. However for a project I am working on that does
not quite work because all templates inherit from base.
For eg.
templates/base.html
common/ a.html, b.html, c.html
myapp/ m.html, n,.html, q.html
So a GET request to a gets the "Super" breadcrumb from base ,like
Home->a and that to B gets Home ->b, but a GET request from a-> b
will still show Home->b , I would like it to be Home->a->b
I am thinking I might need to capture the browsing history for a
session ? Any ideas how to do this ?
Thanks
Meenal
--
You received this message because you are subscribed to the Google Groups
"Django 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/django-users?hl=en.