8000 Replace j2 by jinja2 in code block to remove warning that language j2… · tecladocode/web-dev-bootcamp@89d59df · GitHub
[go: up one dir, main page]

Skip to content

Commit 89d59df

Browse files
committed
Replace j2 by jinja2 in code block to remove warning that language j2 doesn't exist.
1 parent b626f5c commit 89d59df

File tree

1 file changed

+1
-1
lines changed
  • curriculum/section11/lectures/01_jinja_includes

1 file changed

+1
-1
lines changed

curriculum/section11/lectures/01_jinja_includes/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ templates
280280

281281
The partial then would just import the macro and use it, like this:
282282

283-
```j2
283+
```jinja2
284284
{% from "macros/item_list.html" import item_list %}
285285
286286
{{ item_list(items) }}

0 commit comments

Comments
 (0)
0