{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% block form_id %}update_subnet_form{% endblock %} {% block form_action %}{% url horizon:nova:networks:editsubnet network_id subnet_id %}{% endblock %} {% block modal-header %}{% trans "Edit Subnet" %}{% endblock %} {% block modal-body %}
{% trans "You may update the editable properties of your subnet here." %}