On Thu, Jun 3, 2010 at 7:41 PM, M Rotch <planetra...@gmail.com> wrote:
> The closest thing I've come across as a solution so far is
> http://code.google.com/p/django-nav/

As the developer of django-nav it is nice to hear it is closest to a
solution you have found, but often closest isnt enough, and I am not
sure I understand what you are describing you need to do to get
sub-sub-tabs working. Here is how I do it in the sites I maintain that
go 3 levels deep for tabs

base.html -> has main tabs
/app/app_base.html -> extends base.html and has sub-tabs
/app/view1.html -> extends app_base.html
/app/view2.html -> extends app_base.html
...
/app/sub_app_base.html -> extends app_base.html and has sub-sub-tabs
/app/sub_view1.html -> extends sub_app_base.html
/app/sub_view2.html -> extends sub_app_base.html
...

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-develop...@googlegroups.com.
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.

Reply via email to