Commit 790f0eb7 authored by Russell Keith-Magee's avatar Russell Keith-Magee
Browse files

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
parent 58b6c65f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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``::