From 49de7a6b047885aa8d6af82bedc44c6ac507370d Mon Sep 17 00:00:00 2001 From: Wouter J Date: Wed, 14 May 2014 11:53:45 +0200 Subject: [PATCH] Fixed typo --- doc/tags/extends.rst | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/tags/extends.rst b/doc/tags/extends.rst index d962a30..1ad2b12 100644 --- a/doc/tags/extends.rst +++ b/doc/tags/extends.rst @@ -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. -- 1.7.2.5