Modify select/change template modal description

Modify description message in the right of select template modal 
and change template modal.

Change-Id: Ibca5006021a5522896f047ae8a2d566bb6767317
Closes-Bug: 1412031
This commit is contained in:
Xinni Ge 2018-01-12 18:14:08 +09:00
parent 3af6224e9d
commit aa92a43617
2 changed files with 2 additions and 0 deletions

View File

@ -3,5 +3,6 @@
{% block form_attrs %}enctype="multipart/form-data"{% endblock %}
{% block modal-body-right %}
<h3>{% trans "Description:" %}</h3>
<p>{% trans "A template is used to automate the deployment of infrastructure, services, and applications." %}</p>
<p>{% trans "Use one of the available template source options to specify the template to be used in creating this stack." %}</p>
{% endblock %}

View File

@ -3,6 +3,7 @@
{% block form_attrs %}enctype="multipart/form-data"{% endblock %}
{% block modal-body-right %}
<h3>{% trans "Description:" %}</h3>
<p>{% trans "A template is used to automate the deployment of infrastructure, services, and applications." %}</p>
<p>{% trans "Use one of the available template source options to specify the template to be used in creating this stack." %}</p>
<script type="text/javascript">