From 20feea826f600e7edc25b7334c8b16ecf2437f55 Mon Sep 17 00:00:00 2001 From: rs2487 Date: Fri, 11 Nov 2016 14:29:06 +0100 Subject: [PATCH] #2 removed title from spacer --- .../views/forms/fields/types/spacer.html.twig | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/Resources/views/forms/fields/types/spacer.html.twig b/Resources/views/forms/fields/types/spacer.html.twig index f92060c3..aea16f45 100644 --- a/Resources/views/forms/fields/types/spacer.html.twig +++ b/Resources/views/forms/fields/types/spacer.html.twig @@ -2,24 +2,7 @@ {% block required %}{% endblock %} -{% block title %} -
- - - -
- -
-
-{% endblock %} +{% block title %}{% endblock %} {% block placeholder_default %} {% endblock %}