Changed directory structure of forms/inputs slightly
This commit is contained in:
10
templates/forms/inputs/role-name.html.twig
Normal file
10
templates/forms/inputs/role-name.html.twig
Normal file
@@ -0,0 +1,10 @@
|
||||
{% block input_role_name %}
|
||||
{% include "forms/inputs/abstract/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