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