diff --git a/book/forms.rst b/book/forms.rst index d35046af758..07956f0f0f1 100644 --- a/book/forms.rst +++ b/book/forms.rst @@ -806,7 +806,9 @@ used the ``form_row`` helper: {{ form_widget(form.dueDate) }} - +
+ {{ form_widget(form.save) }} +
{{ form_end(form) }} @@ -828,7 +830,9 @@ used the ``form_row`` helper: widget($form['dueDate']) ?> - +
+ widget($form['save']) ?> +
end($form) ?>