fix dashboard title
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 26 Sep 2013 08:10:43 +0000 (10:10 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 26 Sep 2013 08:10:43 +0000 (10:10 +0200)
portal/dashboardview.py

index a6dc46d..bbd1941 100644 (file)
@@ -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