Hi,

currently i'm using pinax for my project and therefor 
pinax-theme-bootstrap. I wrote some apps and want to integrate them into my 
template. Right now, i copied the file site_base.html into my projects 
template directory and added the menu links i needed to the {% block nav %} 
in this file. 

But is there a way to integrate my app without modifying the theme itself? 
I'd like to define the apps sub-menu in my app, and as i add this app to my 
project, the menu structure gets extended. 

I tried to create a file site_base.html in my app, only adding the block 
"nav" to it, but this is ignored. Maybe there is an app for creating 
dynamic menus?

Same thing would be nice, not only for the menu, but for information shown 
on the homepage or in a users dashboard.

Regards Christian

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to