Last active
December 8, 2016 16:33
-
-
Save a-ast/d0fccd3f779a8cbf84695b10bf08851f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% extends 'base.html.twig' %} | |
{# Set a theme for the whole form #} | |
{% form_theme form 'bootstrap_3_layout.html.twig' %} | |
{# Set a theme for the country field #} | |
{% form_theme form.country 'bootstrap_3_horizontal_layout.html.twig' %} | |
{{ form_start(form) }} | |
{{ form_widget(form) }} | |
{{ form_end(form) }} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment