django-simple-menu
django-simple-menu copied to clipboard
how to use submenu?
Hi guys, I am trying to create submenu and I did create children but I don't know how to display them on a webpage. I tried all different things using has_submenu, and try to access submenu etc. Can someone help?
I want to do something like
HOME | PRODUCTS | SOLUTIONS | ABOUT US proudct-1 solution-A product-2 solution-A.1 prd-2.1 solution-B
After looking at the test code I was able to figure out how to use child and grandchild in the menu/submenu etc. I think the template example doesn't work with bootstrap3 though. Maybe someone can help over there.
Thanks.
@mihirsevak , do you have example with grandchild? Looks like I'm stuck here