Skip to content

Update forms.rst #4782

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

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