braincrafted / bootstrap-bundle

BraincraftedBootstrapBundle integrates Bootstrap into Symfony2 by providing templates, Twig extensions, services and commands.
http://bootstrap.braincrafted.com
MIT License
399 stars 184 forks source link

Wrong template to be extended in documentation #430

Closed mcorteel closed 8 years ago

mcorteel commented 8 years ago

In the documentation (Getting Started / Customizing), this line seems wrong:

{% extends 'BraincraftedBootstrapBundle:Form:form_div_layout.html.twig' %}

I think the right template is:

{% extends 'BraincraftedBootstrapBundle:Form:bootstrap.html.twig' %}
florianeckerstorfer commented 8 years ago

This should be fixed since updating the docs yesterday.