Fixes error when clicking OpenStack logo.

Fixes bug 1052677.

Change-Id: I796f23c4e9c5439b7263957cb4ec1b8fa864f398
This commit is contained in:
Gabriel Hurley 2012-09-18 14:17:51 -07:00
parent a925885d79
commit fcba390aa0
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ ROOT_URLCONF = 'openstack_dashboard.urls'
HORIZON_CONFIG = {
'dashboards': ('nova', 'syspanel', 'settings',),
'default_dashboard': 'nova',
'user_home': 'horizon.views.user_home',
'user_home': 'horizon.views.base.get_user_home',
'ajax_queue_limit': 10,
'help_url': "http://docs.openstack.org",
'exceptions': {'recoverable': exceptions.RECOVERABLE,