Skip to content

Commit

Permalink
Added formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
suda committed Jul 6, 2014
1 parent ebf4368 commit bc063ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_templates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ It works! But we want them to be displayed in a way we created earlier, like the
</div>
{% endfor %}

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

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

Expand Down

0 comments on commit bc063ab

Please sign in to comment.