We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
doc/tags/extends.rst
1 parent 4d44d3c commit 64a70e9Copy full SHA for 64a70e9
1 file changed
doc/tags/extends.rst
@@ -71,8 +71,8 @@ value from the parent template is used instead.
71
72
You can't define multiple ``block`` tags with the same name in the same
73
template. This limitation exists because a block tag works in "both"
74
-directions. That is, a block tag doesn't just provide a hole to fill - it also
75
-defines the content that fills the hole in the *parent*. If there were two
+directions. That is, a block tag doesn't just provide a slot to fill - it also
+defines the content that fills the slot in the *parent*. If there were two
76
similarly-named ``block`` tags in a template, that template's parent wouldn't
77
know which one of the blocks' content to use.
78
0 commit comments