Skip to content

Commit

Permalink
[Twig][Bridge] replaced extends with use in bootstrap_3_horizonta…
Browse files Browse the repository at this point in the history
…l_layout.html.twig
  • Loading branch information
MatTheCat committed Jul 7, 2015
1 parent fa498a1 commit 15886b6
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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}) %}
Expand Down

0 comments on commit 15886b6

Please sign in to comment.