diff options
| author | Simon Meers <simon@simonmeers.com> | 2011-05-13 00:49:26 +0000 |
|---|---|---|
| committer | Simon Meers <simon@simonmeers.com> | 2011-05-13 00:49:26 +0000 |
| commit | fc391631779f2e4cd35b4eb6e03505b63e9ba7f7 (patch) | |
| tree | 1fe118e4543e8070c7909294596e553596f59280 /docs | |
| parent | 9a4e5112b2384f1ec1db837b41d1ce9792143754 (diff) | |
[1.3.X] Fixed #16005 -- Error in blocktrans docs -- thanks bezidejni
Backport of r16218 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16219 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/i18n/internationalization.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/i18n/internationalization.txt b/docs/topics/i18n/internationalization.txt index edb8236fc2..20680bdc8f 100644 --- a/docs/topics/i18n/internationalization.txt +++ b/docs/topics/i18n/internationalization.txt @@ -493,7 +493,7 @@ for use within the translation block. Examples:: If you need to bind more than one expression inside a ``blocktrans`` tag, separate the pieces with ``and``:: - {% blocktrans with book_t=book|title author_t=author|title %} + {% blocktrans with book_t=book|title and author_t=author|title %} This is {{ book_t }} by {{ author_t }} {% endblocktrans %} |
