diff --git a/templates/Froxlor/form/formfields.html.twig b/templates/Froxlor/form/formfields.html.twig index 0491a6a3..92c3106d 100644 --- a/templates/Froxlor/form/formfields.html.twig +++ b/templates/Froxlor/form/formfields.html.twig @@ -144,7 +144,7 @@ {% endmacro %} {% macro plain(id, field) %} - + {% if field.next_to is defined %} {% for nid, nfield in field.next_to %} {% if nfield.next_to_prefix is defined %} @@ -159,9 +159,9 @@ {% if field.next_to is defined %}
{% endif %} - + {% if field.type == 'hidden' and field.display is defined %} - + {% endif %} {% if field.next_to is defined %} {% for nid, nfield in field.next_to %}