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:
parent
3af6224e9d
commit
aa92a43617
@ -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 %}
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user