Skip to content

Commit df94e55

Browse files
committed
[#772] Removing unnecessary rendering of parent repeated field's errors, which is not needed in 2.1
1 parent a9ec209 commit df94e55

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

reference/forms/types/repeated.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,11 @@ To render each field individually, use something like this:
7575

7676
.. code-block:: jinja
7777
78-
{{ form_errors(form.password) }}
7978
{{ form_row(form.password.first) }}
8079
{{ form_row(form.password.second) }}
8180
8281
.. code-block:: php
8382
84-
<?php echo $view['form']->errors($form['password']) ?>
8583
<?php echo $view['form']->row($form['password']['first']) ?>
8684
<?php echo $view['form']->row($form['password']['second']) ?>
8785

0 commit comments

Comments
 (0)