Fixed typo

This commit is contained in:
Wouter J
2014-05-14 11:53:45 +02:00
parent cd4a372738
commit 49de7a6b04
+2 -2
View File
@@ -186,8 +186,8 @@ In this example, the template will extend the "minimum.html" layout template
if the ``standalone`` variable evaluates to ``true``, and "base.html"
otherwise.
How blocks work?
----------------
How do blocks work?
-------------------
A block provides a way to change how a certain part of a template is rendered
but it does not interfere in any way with the logic around it.