Skip to content

Commit 347d137

Browse files
Update jinja2.txt
1 parent e806655 commit 347d137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/jinja2.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ In order to use Django Compressor's Jinja2 extension we would need to pass
1212
import jinja2
1313
from compressor.contrib.jinja2ext import CompressorExtension
1414

15-
env = jinja2.environment(extensions=[CompressorExtension])
15+
env = jinja2.Environment(extensions=[CompressorExtension])
1616

1717
From now on, you can use same code you'd normally use within Django templates::
1818

0 commit comments

Comments
 (0)