From 3863b6583d68495addf693fac7a741479fff5fde Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 11 May 2008 12:56:50 +0200 Subject: [PATCH] Another typo. --HG-- branch : trunk --- docs/switching.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/switching.rst b/docs/switching.rst index 0ca2990..3de07d1 100644 --- a/docs/switching.rst +++ b/docs/switching.rst @@ -124,11 +124,11 @@ Conditions In Django you can use the following constructs to check for equality:: - {% ifequals foo "bar" %} + {% ifequal foo "bar" %} ... {% else %} ... - {% endifequals %} + {% endifequal %} In Jinja2 you can use the normal if statement in combination with operators:: -- 2.26.2