Corrected a typo in the docs for {% load %}. Thanks to Jannis for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14648 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
58b6c65fa9
commit
790f0eb7fe
|
@ -662,7 +662,7 @@ in ``somelibrary`` and ``otherlibrary``::
|
|||
|
||||
{% load somelibrary otherlibrary %}
|
||||
|
||||
You can also selectively load individual templates or tags from a library, using
|
||||
You can also selectively load individual filters or tags from a library, using
|
||||
the ``from`` argument. In this example, the template tags/filters named ``foo``
|
||||
and ``bar`` will be loaded from ``somelibrary``::
|
||||
|
||||
|
|
Loading…
Reference in New Issue