From: Thierry Parmentelat <thierry.parmentelat@inria.fr>
Date: Wed, 2 Oct 2013 08:45:59 +0000 (+0200)
Subject: go right to the dashboard after login
X-Git-Tag: myslice-0.2-5~55
X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=18a4c208b2aa43542d8460d65611d0c018bc15be;p=unfold.git

go right to the dashboard after login
---

diff --git a/myslice/urls.py b/myslice/urls.py
index 2745f952..de14785f 100644
--- a/myslice/urls.py
+++ b/myslice/urls.py
@@ -23,7 +23,7 @@ platforms_view=portal.platformsview.PlatformsView.as_view()
 # maybe platforms_view would be best on the longer run
 the_default_view=home_view
 # where to be redirected after login
-the_after_login_view=home_view #dashboard_view
+the_after_login_view=dashboard_view
 # where to redirect when login is required
 # might need another one ?
 the_login_view=home_view