Changed directory structure of forms/inputs slightly

This commit is contained in:
2023-06-01 15:33:24 +01:00
parent 6a9b24a626
commit ff871bdbbf
26 changed files with 27 additions and 27 deletions

View File

@@ -0,0 +1,11 @@
{% block input_group_name %}
{% include "forms/inputs/abstract/name.html.twig" with
{
"type" : "group",
"current_value" : group.name,
"field_name" : translate('GROUP.NAME'),
"placeholder" : translate('GROUP.NAME_EXPLAIN'),
"col_width" : col_width
}
%}
{% endblock %}