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: en/django_templates/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ To print a variable in Django template, we use double curly brackets with the va
18
18
{{ posts }}
19
19
```
20
20
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:
0 commit comments