Removed subheading from Overview pages.

* fixes bug 944490

Change-Id: I1601413125263bd1c1b2863cdcdcf07e8361b4c8
This commit is contained in:
Emma Steimann 2012-03-01 20:12:20 -06:00
parent 2fd7e911e4
commit 309a72488b
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
{% block title %}Instance Overview{% endblock %}
{% block page_header %}
{% include "horizon/common/_page_header.html" with title="Overview: "|add:"<small>This page shows your cloud usage.</small>" %}
{% include "horizon/common/_page_header.html" with title=_("Overview") %}
{% endblock page_header %}
{% block dash_main %}

View File

@ -3,7 +3,7 @@
{% block title %}{% trans "Usage Overview" %}{% endblock %}
{% block page_header %}
{% include "horizon/common/_page_header.html" with title="Overview: "|add:"<small>This page shows overall cloud usage.</small>" %}
{% include "horizon/common/_page_header.html" with title=_("Overview") %}
{% endblock page_header %}
{% block main %}