Provided the same treatment to the role and group forms
This commit is contained in:
11
templates/forms/group.html.twig
Normal file
11
templates/forms/group.html.twig
Normal file
@@ -0,0 +1,11 @@
|
||||
{% extends "@admin/forms/group.html.twig" %}
|
||||
|
||||
{% block group_form %}
|
||||
{% include "forms/partials/input-group-name.html.twig" with { 'col_width': 'col-sm-12' } %}
|
||||
|
||||
{% include "forms/partials/input-group-slug.html.twig" with { 'col_width': 'col-sm-12' } %}
|
||||
|
||||
{% include "forms/partials/input-group-icon.html.twig" with { 'col_width': 'col-sm-12' } %}
|
||||
|
||||
{% include "forms/partials/input-group-description.html.twig" with { 'col_width': 'col-sm-12' } %}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user