Block definitions should be at the top level, not the included level

This commit is contained in:
2023-06-05 11:52:09 +01:00
parent 9b229fc6ee
commit 83bf9a7307
29 changed files with 99 additions and 93 deletions

View File

@@ -1,9 +1,7 @@
{% block input_role_slug %}
{% include "forms/inputs/abstract/slug.html.twig" with
{
"type" : "role",
"current_value" : role.slug,
"col_width" : col_width
}
%}
{% endblock %}
%}