Skip to content

Commit ce45240

Browse files
committed
Fixed #20336 -- Removed obsolete paragraph from the docs.
Thanks Baptiste Mispelon.
1 parent 8f08f0a commit ce45240

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

docs/ref/templates/builtins.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -657,11 +657,6 @@ The arguments can be hard-coded strings, so the following is valid::
657657
...
658658
{% endifequal %}
659659

660-
It is only possible to compare an argument to template variables or strings.
661-
You cannot check for equality with Python objects such as ``True`` or
662-
``False``. If you need to test if something is true or false, use the
663-
:ttag:`if` tag instead.
664-
665660
An alternative to the ``ifequal`` tag is to use the :ttag:`if` tag and the
666661
``==`` operator.
667662

0 commit comments

Comments
 (0)