Skip to content

Commit 740803e

Browse files
Reword
1 parent fd433a1 commit 740803e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

reference/twig_reference.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -760,8 +760,9 @@ rootform
760760
``form``
761761
**type**: ``FormView``
762762

763-
Checks for sure if the current ``form`` does not have a parent form view. Using
764-
this test is the safest way if your form contains a ``parent`` field.
763+
Checks if the given ``form`` does not have a parent form view. This is the only
764+
safe way of testing it because checking if the form contains a field called
765+
``parent`` is not reliable.
765766

766767
Global Variables
767768
----------------

0 commit comments

Comments
 (0)