Remove ngimages index.html domain header

Per Lin's comment on https://review.openstack.org/#/c/200324/

Removing the domain header. Current images page doesn't include
page header block, so removing that block entirely.

Change-Id: I2d854f4918dfeac72432719910e5d06a20f5d96b
Partially-Implements: blueprint angularize-images-table
This commit is contained in:
Travis Tripp 2015-07-09 12:35:12 -06:00
parent 1791ae066e
commit c9bbb73ddc

View File

@ -2,9 +2,5 @@
{% load i18n %} {% load i18n %}
{% block title %}{% trans "Images" %}{% endblock %} {% block title %}{% trans "Images" %}{% endblock %}
{% block page_header %}
{% include "horizon/common/_domain_page_header.html" with title=_("Images") %}
{% endblock page_header %}
{% block main %} {% block main %}
{% endblock %} {% endblock %}