horizon/openstack_dashboard/dashboards/identity/groups/templates/groups/_update.html

8 lines
286 B
HTML

{% extends "horizon/common/_modal_form.html" %}
{% load i18n %}
{% block modal-body-right %}
<h3>{% trans "Description:" %}</h3>
<p>{% trans "Groups are used to manage access and assign roles to multiple users at once. Edit the group's name and description." %}</p>
{% endblock %}