From: Thierry Parmentelat Date: Thu, 26 Sep 2013 08:10:43 +0000 (+0200) Subject: fix dashboard title X-Git-Tag: myslice-0.2-5~92 X-Git-Url: http://git.onelab.eu/?p=myslice.git;a=commitdiff_plain;h=0d721aec99cb5399cc5b9761f66f239a3e0ef994 fix dashboard title --- diff --git a/portal/dashboardview.py b/portal/dashboardview.py index a6dc46de..bbd19411 100644 --- a/portal/dashboardview.py +++ b/portal/dashboardview.py @@ -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