Changed directory structure of forms/inputs slightly
This commit is contained in:
9
templates/forms/inputs/role-description.html.twig
Normal file
9
templates/forms/inputs/role-description.html.twig
Normal file
@@ -0,0 +1,9 @@
|
||||
{% block input_role_description %}
|
||||
{% include "forms/inputs/abstract/description.html.twig" with
|
||||
{
|
||||
"type" : "role",
|
||||
"current_value" : role.description,
|
||||
"col_width" : col_width
|
||||
}
|
||||
%}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user