Message ID | 20111109001112.12397.10042.launchpad@ackee.canonical.com |
---|---|
State | Accepted |
Headers | show |
=== modified file 'dashboard_app/views.py' --- dashboard_app/views.py 2011-10-06 12:03:00 +0000 +++ dashboard_app/views.py 2011-11-09 00:00:44 +0000 @@ -46,6 +46,7 @@ TestRun, TestingEffort, ) +from lava_server.views import index as lava_index from lava_server.bread_crumbs import ( BreadCrumb, BreadCrumbTrail, @@ -90,7 +91,7 @@ raise Http404('No %s matches the given query.' % queryset.model._meta.object_name) -@BreadCrumb("Dashboard") +@BreadCrumb("Dashboard", parent=lava_index) def index(request): return render_to_response( "dashboard_app/index.html", {