From 7cce717f348d3c7487b1dbf82b9f1f3a802ab82e Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Fri, 10 Nov 2006 03:30:00 +0000 Subject: [PATCH] Fixed typo in docs/templates.txt git-svn-id: http://code.djangoproject.com/svn/django/trunk@4060 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/templates.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/templates.txt b/docs/templates.txt index 7a580bd0db..b4cc47b9f3 100644 --- a/docs/templates.txt +++ b/docs/templates.txt @@ -571,7 +571,7 @@ The arguments can be hard-coded strings, so the following is valid:: It is only possible to compare an argument to template variables or strings. You cannot check for equality with Python objects such as ``True`` or ``False``. If you need to test if something is true or false, use the ``if`` -and ``ifnot`` tags instead. +tag instead. ifnotequal ~~~~~~~~~~