Provided the same treatment to the role and group forms

This commit is contained in:
2023-06-01 15:00:01 +01:00
parent bf9467b480
commit d5a823692b
19 changed files with 324 additions and 1 deletions

View 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 %}