{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% load url from future %} {% block form_id %}edit_flavor_form{% endblock %} {% block form_action %}{% url 'horizon:admin:flavors:update' flavor_id %}{% endblock %} {% block modal_id %}edit_flavor_modal{% endblock %} {% block modal-header %}{% trans "Edit Flavor" %}{% endblock %} {% block modal-body %}
{% trans "From here you can alter the sizing of the current flavor." %}
{% trans "Note: this will not affect the resources allocated to any existing instances using this flavor." %}