Fixed #16075 -- Corrected localize template tag docs. Thanks, Horst Gutmann.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16371 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Jannis Leidel 2011-06-11 15:44:00 +00:00
parent 5dc7be2192
commit d77514e428
1 changed files with 6 additions and 0 deletions

View File

@ -355,6 +355,8 @@ This tag allows a more fine grained control of localization than
To activate or deactivate localization for a template block, use::
{% load l10n %}
{% localize on %}
{{ value }}
{% endlocalize %}
@ -385,6 +387,8 @@ Forces localization of a single value.
For example::
{% load l10n %}
{{ value|localize }}
To disable localization on a single value, use :tfilter:`unlocalize`. To control
@ -403,6 +407,8 @@ Forces a single value to be printed without localization.
For example::
{% load l10n %}
{{ value|unlocalize }}
To force localization of a single value, use :tfilter:`localize`. To