X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Fdashboardview.py;h=01478c7d2986c7b6f569ba2a9f7c71cec9e386fa;hb=eb5fc1eaa7e6584ba1b89b59d2c8703118c13c6f;hp=a6dc46de4dc6c01e761b475004bf13bbc7565725;hpb=728d87eeacffb7af325a90721f05df3488f0a810;p=myslice.git diff --git a/portal/dashboardview.py b/portal/dashboardview.py index a6dc46de..01478c7d 100644 --- a/portal/dashboardview.py +++ b/portal/dashboardview.py @@ -5,7 +5,7 @@ from plugins.lists.simplelist import SimpleList from unfold.loginrequired import LoginRequiredAutoLogoutView -from myslice.viewutils import topmenu_items, the_user +from ui.topmenu import topmenu_items, the_user #This view requires login class DashboardView (LoginRequiredAutoLogoutView): @@ -53,7 +53,7 @@ class DashboardView (LoginRequiredAutoLogoutView): # XXX This is repeated in all pages # more general variables expected in the template - context['title'] = 'Test view that combines various plugins' + context['title'] = 'Dashboard' # the menu items on the top context['topmenu_items'] = topmenu_items('Dashboard', self.request) # so we can sho who is logged