Skip to content

Commit bc063ab

Browse files
committed
Added formatting
1 parent ebf4368 commit bc063ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_templates/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ It works! But we want them to be displayed in a way we created earlier, like the
4848
</div>
4949
{% endfor %}
5050

51-
Everything you put between {% for %} and {% endfor %} will be repeated for each object in the list. Refresh your page:
51+
Everything you put between `{% for %}` and `{% endfor %}` will be repeated for each object in the list. Refresh your page:
5252

5353
![Figure 13.3](images/step3.png)
5454

0 commit comments

Comments
 (0)