From 0d721aec99cb5399cc5b9761f66f239a3e0ef994 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 26 Sep 2013 10:10:43 +0200 Subject: [PATCH] fix dashboard title --- portal/dashboardview.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0