Skip to content

Commit

Permalink
Merge "Don't ignore the HORIZON_CONFIG['user_home'] setting"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins authored and openstack-gerrit committed Apr 3, 2014
2 parents 620b40a + ef2f59f commit af87ddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openstack_dashboard/views.py
Expand Up @@ -31,7 +31,7 @@ def get_user_home(user):
@vary.vary_on_cookie
def splash(request):
if request.user.is_authenticated():
return shortcuts.redirect(get_user_home(request.user))
return shortcuts.redirect(horizon.get_user_home(request.user))
form = views.Login(request)
request.session.clear()
request.session.set_test_cookie()
Expand Down

0 comments on commit af87ddc

Please sign in to comment.