File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -1280,15 +1280,10 @@ to define form output.
1280
1280
ever be needed in a single template.
1281
1281
1282
1282
.. caution ::
1283
-
1284
- Templates that do not make use of the extends tag and thereby become
1285
- a child of another template will have all of their blocks executed
1286
- the moment they are rendered. This has the side-effect of preventing
1287
- form_theme from having access to blocks you may be attempting to use
1288
- when overriding the default form blocks.
1289
-
1290
- In practice, {% form_theme form _self %} should only be used by templates
1291
- that do extend a base template.
1283
+
1284
+ This ``{% form_theme form _self %} `` functionality will *only * work
1285
+ if your template extends another. If your template does not, you
1286
+ must point ``form_theme `` to a separate template.
1292
1287
1293
1288
PHP
1294
1289
...
You can’t perform that action at this time.
0 commit comments