diff options
Diffstat (limited to 'openstack_dashboard/dashboards/project/stacks/templates/stacks/_preview_template.html')
-rw-r--r-- | openstack_dashboard/dashboards/project/stacks/templates/stacks/_preview_template.html | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/openstack_dashboard/dashboards/project/stacks/templates/stacks/_preview_template.html b/openstack_dashboard/dashboards/project/stacks/templates/stacks/_preview_template.html deleted file mode 100644 index 76f14b0..0000000 --- a/openstack_dashboard/dashboards/project/stacks/templates/stacks/_preview_template.html +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | {% extends "horizon/common/_modal_form.html" %} | ||
2 | {% load i18n %} | ||
3 | {% block form_attrs %}enctype="multipart/form-data"{% endblock %} | ||
4 | {% block modal-body-right %} | ||
5 | <h3>{% trans "Description:" %}</h3> | ||
6 | <p>{% trans "Use one of the available template source options to specify the template to be used in previewing this stack." %}</p> | ||
7 | {% endblock %} | ||