DBuildService / dbs-server

BSD 3-Clause "New" or "Revised" License
0 stars 2 forks source link

Should use django-simple-menu for navigation #26

Open twaugh opened 9 years ago

twaugh commented 9 years ago

Currently the web templates split the navigation elements (the Tasks/Images/... navbar and the breadcrumbs showing the current 'Home > Task > Task 1' path to where we are) between the base and the various parts that build on it.

Instead, django-simple-menu should be used to implement the navigation.