Merge "Fixed issue with names."

This commit is contained in:
Timur Nurlygayanov 2013-04-08 13:21:08 +04:00 committed by Gerrit Code Review
commit 4bcf425a8c
2 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
{% extends 'base.html' %}
{% load i18n %}
{% block title %}{% trans "Windows Data Centers" %}{% endblock %}
{% block title %}{% trans "Environments" %}{% endblock %}
{% block page_header %}
{% include "horizon/common/_page_header.html" with title=_("Windows Data Centers") %}
{% include "horizon/common/_page_header.html" with title=_("Environments") %}
{% endblock page_header %}
{% block main %}

View File

@ -1,9 +1,9 @@
{% extends 'base.html' %}
{% load i18n %}
{% block title %}{% trans "Data Center Services" %}{% endblock %}
{% block title %}{% trans "Environment Services" %}{% endblock %}
{% block page_header %}
{% include "horizon/common/_page_header.html" with title="Data Center "|add:dc_name %}
{% include "horizon/common/_page_header.html" with title="Environment "|add:environment_name %}
{% endblock page_header %}
{% block main %}