Fix bug with the only project (tenant) available for admin.

Change-Id: I784e16d4fe3ce89af6c385a686c51cc7f1dd6bef
Closes-bug: #1250796
This commit is contained in:
Timur Sufiev 2013-12-06 18:49:17 +04:00
parent 6a9d2e838b
commit 2d490c512e
1 changed files with 1 additions and 0 deletions

View File

@ -72,6 +72,7 @@ TEMPLATE_CONTEXT_PROCESSORS = (
'django.core.context_processors.static',
'django.contrib.messages.context_processors.messages',
'horizon.context_processors.horizon',
'openstack_dashboard.context_processors.openstack'
)
TEMPLATE_LOADERS = (