[Twig][Bridge] replaced extends with use in bootstrap_3_horizontal_layout.html.twig

This commit is contained in:
MatTheCat 2015-07-07 14:03:46 +02:00
parent fa498a1339
commit 15886b618e

View File

@ -1,4 +1,4 @@
{% extends "bootstrap_3_layout.html.twig" %}
{% use "bootstrap_3_layout.html.twig" %}
{% block form_start -%}
{% set attr = attr|merge({class: (attr.class|default('') ~ ' form-horizontal')|trim}) %}