Fixed issue with names.
This commit is contained in:
parent
b9d7d91bd0
commit
799f444a41
@ -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 %}
|
||||
|
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user