We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d35fd8f commit a450814Copy full SHA for a450814
best_practices/forms.rst
@@ -85,7 +85,7 @@ makes them easier to re-use later.
85
86
Add buttons in the templates, not in the form classes or the controllers.
87
88
-Since Symfony 2.5, you can add buttons as fields on your form. This is a nice
+Since Symfony 2.3, you can add buttons as fields on your form. This is a nice
89
way to simplify the template that renders your form. But if you add the buttons
90
directly in your form class, this would effectively limit the scope of that form:
91
0 commit comments