blob: 24024787530bdb6e32098f7f3c97d1e7751bced0 (
plain)
1
2
3
4
5
6
|
{% extends "horizon/common/_modal_form.html" %}
{% load i18n %}
{% block modal-body-right %}
<h3>{% trans "Description:" %}</h3>
<p>{% trans "Preview a new stack with the provided values." %}</p>
{% endblock %}
|