Commit 82b9fed1 authored by Timo Graham's avatar Timo Graham
Browse files

[1.3.X] Fixed #16067 - Couple reST fixes in ref/templates/builtins.txt; thanks julien.

Backport of r16263 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16264 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 2c3d3400
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -533,6 +533,8 @@ operators, from lowest to highest, is as follows:

(This follows Python exactly). So, for example, the following complex if tag:

.. code-block:: django

    {% if a == b or c == d and e %}

...will be interpreted as: