Snippet List
An old snippet I made in my first django project. Nowadays I code menus in HTML and just use the perms proxy: https://docs.djangoproject.com/en/1.0/topics/auth/#id6
Credits, (awsome persons that helped me getting it to work efficiently and for free):
* Yhg1s and waveform from #python@freenode
* zendak from #django@freenode
Thank you!
- menu
- navigation
- menubar
- navbar
This tag makes it easy to include menu or navigation bars in an application's pages, even in a 'tabbed' fashion. (The actual appearance is styled in CSS; this example uses UL tags that are then supposed to be styled by a "display: inline" attribute to be rendered as horizontal bars.)
- tag
- menu
- navigation
- menubar
- navbar
3 snippets posted so far.