Provided the same treatment to the role and group forms
This commit is contained in:
10
templates/forms/partials/input-role-name.html.twig
Normal file
10
templates/forms/partials/input-role-name.html.twig
Normal file
@@ -0,0 +1,10 @@
|
||||
{% block input_role_name %}
|
||||
{% include "forms/partials/abstract/input-name.html.twig" with
|
||||
{
|
||||
"type" : "role",
|
||||
"current_value" : role.name,
|
||||
"placeholder" : translate('ROLE.NAME_EXPLAIN'),
|
||||
"col_width" : col_width
|
||||
}
|
||||
%}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user