Provided the same treatment to the role and group forms
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{% block input_group_description %}
|
||||
{% include "forms/partials/abstract/input-description.html.twig" with
|
||||
{
|
||||
"type" : "group",
|
||||
"current_value" : group.description,
|
||||
"col_width" : col_width
|
||||
}
|
||||
%}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user