Skip to content

Commit f3bae39

Browse files
adamantikedas-g
andauthored
Use proper terminology for article elements
Co-authored-by: Raphael Das Gupta <github.com@raphael.dasgupta.ch>
1 parent 29b75ad commit f3bae39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/django_templates/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ To print a variable in Django templates, we use double curly brackets with the v
1919
{{ posts }}
2020
```
2121

22-
Try this in your `blog/templates/blog/post_list.html` template. Open it up in the code editor, and replace the existing `<article>` blocks with `{{ posts }}`. Save the file, and refresh the page to see the results:
22+
Try this in your `blog/templates/blog/post_list.html` template. Open it up in the code editor, and replace the existing `<article>` elements with `{{ posts }}`. Save the file, and refresh the page to see the results:
2323

2424
![Figure 13.1](images/step1.png)
2525

0 commit comments

Comments
 (0)