Block definitions should be at the top level, not the included level
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
{% block input_group_name %}
|
||||
{% include "forms/inputs/abstract/name.html.twig" with
|
||||
{
|
||||
"type" : "group",
|
||||
@@ -7,5 +6,4 @@
|
||||
"placeholder" : translate('GROUP.NAME_EXPLAIN'),
|
||||
"col_width" : col_width
|
||||
}
|
||||
%}
|
||||
{% endblock %}
|
||||
%}
|
||||
Reference in New Issue
Block a user