We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebf4368 commit bc063abCopy full SHA for bc063ab
django_templates/README.md
@@ -48,7 +48,7 @@ It works! But we want them to be displayed in a way we created earlier, like the
48
</div>
49
{% endfor %}
50
51
-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:
52
53

54
0 commit comments