diff --git a/openstack_dashboard/dashboards/project/ngimages/templates/ngimages/index.html b/openstack_dashboard/dashboards/project/ngimages/templates/ngimages/index.html index 263296534b..029236d48f 100644 --- a/openstack_dashboard/dashboards/project/ngimages/templates/ngimages/index.html +++ b/openstack_dashboard/dashboards/project/ngimages/templates/ngimages/index.html @@ -2,9 +2,5 @@ {% load i18n %} {% block title %}{% trans "Images" %}{% endblock %} -{% block page_header %} - {% include "horizon/common/_domain_page_header.html" with title=_("Images") %} -{% endblock page_header %} - {% block main %} {% endblock %}