Skip to content

Commit 4093f6c

Browse files
committed
Merge pull request #427 from mmchugh/master
clarify what to replace in the template section
2 parents c63497d + 926f3aa commit 4093f6c

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
@@ -18,7 +18,7 @@ To print a variable in Django template, we use double curly brackets with the va
1818
{{ posts }}
1919
```
2020

21-
Try this in your `blog/templates/blog/post_list.html` template (replace the second and third pair of `<div></div>` tags with `{{ posts }}` line), save the file and refresh the page to see the results:
21+
Try this in your `blog/templates/blog/post_list.html` template (replace everything from the second `<div>` to the third `</div>` with `{{ posts }}`), save the file and refresh the page to see the results:
2222

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

0 commit comments

Comments
 (0)