Commit 0855709
committed
minor #8934 Explain why the Web Debug Toolbar is gone (marcelkorpel, javiereguiluz)
This PR was merged into the 4.0 branch.
Discussion
----------
Explain why the Web Debug Toolbar is gone
When rendering a response using a template, the Web Debug Toolbar is gone, which was confusing to me. Only after searching I found the reason: there is no body element when using this rendering method. It seems logical to me to also explain extending a template to incorporate base.html.twig, so the Toolbar re-appears.
Commits
-------
b1cf487 Wrap long lines
0c272c3 Reword explanation
1c25c7c Explain why the Web Debug Toolbar is gone1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
262 | 262 | | |
263 | 263 | | |
264 | 264 | | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
265 | 269 | | |
266 | 270 | | |
267 | 271 | | |
| |||
0 commit comments