You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -392,9 +392,9 @@ In case you wish to enable hot reload for your project using `django-webpack-loa
392
392
393
393
### Jinja2 Configuration
394
394
395
-
If you need to output your assets in a jinja template, we provide a Jinja2 extension that's compatible with the [Django Jinja](https://github.com/niwinz/django-jinja) module and Django 1.8.
395
+
If you need to output your assets in a jinja template, we provide a Jinja2 extension that's compatible with [django-jinja](https://github.com/niwinz/django-jinja).
396
396
397
-
To install the extension add it to the django_jinja`TEMPLATES` configuration in the `["OPTIONS"]["extension"]` list.
397
+
To install the extension, add it to the `TEMPLATES` configuration in the `["OPTIONS"]["extension"]` list.
398
398
399
399
```python
400
400
from django_jinja.builtins importDEFAULT_EXTENSIONS
0 commit comments