Merge "make breadcrumbs more robust" into stable/mitaka

This commit is contained in:
Jenkins 2016-07-07 13:56:54 +00:00 committed by Gerrit Code Review
commit 9075f06d01
1 changed files with 1 additions and 1 deletions

View File

@ -23,5 +23,5 @@ def breadcrumb_nav(context):
return {'actions': context.get('actions'),
'breadcrumb': context.get('custom_breadcrumb'),
'url': context.get('url'),
'page_title': context['page_title'],
'page_title': context.get('page_title', ''),
'panel': context.request.horizon['panel'], }