agateblue / django-navutils

A lightweight package for handling menus and breadcrumbs in your django project
BSD 3-Clause "New" or "Revised" License
40 stars 12 forks source link

Order parent nodes if they have weight #19

Closed quevon24 closed 2 years ago

quevon24 commented 3 years ago

Ordering is only applied to child nodes, not to parent nodes. With this now render_menu tag will order also parent nodes before returning the menu. Also sets node as active if any of his subnodes is active.