Last active
December 8, 2016 16:33
Revisions
-
a-ast renamed this gist
Dec 8, 2016 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
a-ast revised this gist
Dec 8, 2016 . No changes.There are no files selected for viewing
-
a-ast created this gist
Dec 8, 2016 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ {% 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) }}