Skip to content

Instantly share code, notes, and snippets.

@a-ast
Last active December 8, 2016 16:33
Show Gist options
  • Save a-ast/d0fccd3f779a8cbf84695b10bf08851f to your computer and use it in GitHub Desktop.
Save a-ast/d0fccd3f779a8cbf84695b10bf08851f to your computer and use it in GitHub Desktop.
{% 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