Fixed issue with names.

This commit is contained in:
Timur Nurlygayanov 2013-04-08 13:20:50 +04:00
parent b9d7d91bd0
commit 799f444a41
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 %}