diff --git a/docs/jinja2.txt b/docs/jinja2.txt index de9a17b..d23a65e 100644 --- a/docs/jinja2.txt +++ b/docs/jinja2.txt @@ -32,7 +32,7 @@ only requires to add extension to ``JINJA2_EXTENSIONS`` at main settings module:: JINJA2_EXTENSIONS = [ - 'compressor.contrib.jinja2ext', + 'compressor.contrib.jinja2ext.CompressorExtension', ] And that's it - our extension is loaded and ready to be used.