Fixed typo in docs/templates.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4060 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
8fd2252e2b
commit
7cce717f34
|
@ -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.
|
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
|
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``
|
``False``. If you need to test if something is true or false, use the ``if``
|
||||||
and ``ifnot`` tags instead.
|
tag instead.
|
||||||
|
|
||||||
ifnotequal
|
ifnotequal
|
||||||
~~~~~~~~~~
|
~~~~~~~~~~
|
||||||
|
|
Loading…
Reference in New Issue