From bf52c347ee4024f212abe4308c3676e42d0a0503 Mon Sep 17 00:00:00 2001 From: Marc Ducobu Date: Sun, 16 Nov 2014 23:53:49 +0100 Subject: [PATCH] removing textarea_widget (not used) --- Resources/views/Form/fields.html.twig | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/Resources/views/Form/fields.html.twig b/Resources/views/Form/fields.html.twig index 8a3723da8..bca3d93d4 100644 --- a/Resources/views/Form/fields.html.twig +++ b/Resources/views/Form/fields.html.twig @@ -25,16 +25,6 @@ {% endspaceless %} {% endblock form_row %} - - -{% block textarea_widget %} -{% spaceless %} -{% if attr.class is not defined %} - {% set attr = {'class' : 'input textarea'} %} -{% endif %} - -{% endspaceless %} -{% endblock textarea_widget %} {% block choice_widget_collapsed %}