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,9 @@
{% block input_role_description %}
{% include "forms/inputs/abstract/description.html.twig" with
{
"type" : "role",
"current_value" : role.description,
"col_width" : col_width
}
%}
{% endblock %}