diff --git a/openstack_dashboard/context_processors.py b/openstack_dashboard/context_processors.py index 676e335e21..faf5afbd2a 100644 --- a/openstack_dashboard/context_processors.py +++ b/openstack_dashboard/context_processors.py @@ -87,6 +87,7 @@ def openstack(request): context['WEBROOT'] = settings.WEBROOT context['USER_MENU_LINKS'] = settings.USER_MENU_LINKS + context['LOGOUT_URL'] = settings.LOGOUT_URL # Adding profiler support flag profiler_settings = settings.OPENSTACK_PROFILER diff --git a/openstack_dashboard/templates/header/_user_menu.html b/openstack_dashboard/templates/header/_user_menu.html index 66c0cacc74..6cc26ca8ca 100644 --- a/openstack_dashboard/templates/header/_user_menu.html +++ b/openstack_dashboard/templates/header/_user_menu.html @@ -59,7 +59,7 @@ {% endif %}
  • - + {% trans "Sign Out" %}