{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% load url from future %} {% block form_id %}update_stack{% endblock %} {% block form_action %}{% url 'horizon:project:stacks:edit_stack' stack.id %}{% endblock %} {% block modal-header %}{% trans "Update Stack Parameters" %}{% endblock %} {% block modal_id %}update_stack_modal{% endblock %} {% block modal-body %}
{% include "horizon/common/_form_fields.html" %}

{% trans "Description" %}:

{% trans "Update a stack with the provided values. Please note that any encrypted parameters, such as passwords, will be reset to default if you do not change them here." %}

{% endblock %} {% block modal-footer %} {% trans "Cancel" %} {% endblock %}