Skip to content

Commit

Permalink
Fix jinja2 extension reference
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberdelia committed Dec 30, 2015
1 parent 613645f commit e056dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Jinja
=====

Pipeline also includes Jinja2 support and is used almost identically to the Django Template tags implementation.
You just need to pass ``pipeline.templatetags.ext.PipelineExtension`` to your Jinja2 environment::
You just need to pass ``pipeline.jinja2.PipelineExtension`` to your Jinja2 environment::


{
Expand Down

0 comments on commit e056dd8

Please sign in to comment.