X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=myslice%2Furls.py;h=de14785f3b080da2ec6bc1b6c33ae2069d30ff4f;hb=fea9b7e286cc86f11844e371d67d184198afc287;hp=2745f9528037185c46f5a71feafd9409dad50466;hpb=0c6e0197da94e834beb0d6b8e9b46011efa4e1a5;p=myslice.git 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