[1.6.x] Fixed typo in docs/howto/custom-template-tags.txt.
Backport of 7614efa2f9
from master
This commit is contained in:
parent
412137a1e8
commit
fc2ec51941
|
@ -579,7 +579,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 %}
|
||||
|
|
Loading…
Reference in New Issue