horizon/openstack_dashboard/templates/header/_keystone_provider_selection.html
Ivan Kolodyazhny 86d13968d8 Remove unused 'not_list' template argument
This is unused in Horizon itself and I didn't find any
references in plugins. Undefined variable leads to
errors during render in a debug mode.

Partial-Bug: #1720893

Change-Id: I9de0b24adfeb48f5fe14676aaec6b17b8eb52207
2019-09-10 08:41:51 +00:00

4 lines
94 B
HTML

<li class="dropdown">
{% include "horizon/common/_keystone_provider_selector.html" %}
</li>