Skip to content

Commit

Permalink
Fixes error when clicking OpenStack logo.
Browse files Browse the repository at this point in the history
Fixes bug 1052677.

Change-Id: I796f23c4e9c5439b7263957cb4ec1b8fa864f398
  • Loading branch information
gabrielhurley committed Sep 18, 2012
1 parent a925885 commit fcba390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openstack_dashboard/settings.py
Expand Up @@ -53,7 +53,7 @@
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,
Expand Down

0 comments on commit fcba390

Please sign in to comment.