Skip to content

Commit 54a2c38

Browse files
authored
Better jinja config
1 parent 5e60bc0 commit 54a2c38

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -392,9 +392,9 @@ In case you wish to enable hot reload for your project using `django-webpack-loa
392392

393393
### Jinja2 Configuration
394394

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).
396396

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.
398398

399399
```python
400400
from django_jinja.builtins import DEFAULT_EXTENSIONS
@@ -410,7 +410,7 @@ TEMPLATES = [
410410
]
411411
```
412412

413-
Then in your base jinja template:
413+
Then in your base jinja template, do:
414414

415415
```HTML
416416
{{ render_bundle('main') }}

0 commit comments

Comments
 (0)