{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% load url from future %} {% block form_id %}update_role_form{% endblock %} {% block form_action %}{% url 'horizon:identity:roles:update' role.id %}{% endblock %} {% block modal-header %}{% trans "Update Role" %}{% endblock %} {% block modal-body %}
{% trans "Edit the role's details." %}