Skip to content

Commit

Permalink
[1.7.x] Fixed typo in docs/howto/custom-template-tags.txt.
Browse files Browse the repository at this point in the history
Backport of 7614efa from master
  • Loading branch information
IanLee1521 authored and timgraham committed Mar 13, 2015
1 parent 311116a commit 639583e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/howto/custom-template-tags.txt
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ it's rendered:
.. code-block:: html+django

{% for o in some_list %}
<tr class="{% cycle 'row1' 'row2' %}>
<tr class="{% cycle 'row1' 'row2' %}">
...
</tr>
{% endfor %}
Expand Down

0 comments on commit 639583e

Please sign in to comment.