Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update forms.rst
  • Loading branch information
ifdattic committed Jan 17, 2015
commit f94b3b23a1d473663b141b701e71349dd47deae3
2 changes: 1 addition & 1 deletion book/forms.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1473,7 +1473,7 @@ renders the form:

{# app/Resources/views/Default/new.html.twig #}
{% form_theme form 'Form/fields.html.twig' %}
{# or if providing multiple themes #}
{# or if you want to use multiple themes #}
{% form_theme form 'Form/fields.html.twig' 'Form/fields2.html.twig' %}

{# ... render the form #}
Expand Down