Skip to content

Commit

Permalink
[1.3.X] Fixed #15843 -- removed an extraneous quotation mark in the t…
Browse files Browse the repository at this point in the history
…emplate tag docs. Thanks to Titan, Jer-ming Lin for the report.

Backport of [16042] from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16043 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
Gabriel Hurley committed Apr 18, 2011
1 parent 1d499d5 commit b061cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ref/templates/builtins.txt
Expand Up @@ -666,7 +666,7 @@ including it. This example produces the output ``"Hello, John"``:

You can pass additional context to the template using keyword arguments::

{% include "name_snippet.html" with person="Jane" greeting="Hello" "%}
{% include "name_snippet.html" with person="Jane" greeting="Hello" %}

If you want to only render the context with the variables provided (or even
no variables at all), use the ``only`` option::
Expand Down

0 comments on commit b061cb9

Please sign in to comment.