mirror of
https://github.com/django/django.git
synced 2025-09-30 22:11:18 +00:00
[1.8.x] Fixed typo in docs/howto/custom-template-tags.txt.
Backport of 7614efa2f9
from master
This commit is contained in:
parent
77564c6f5a
commit
606e436a37
1 changed files with 1 additions and 1 deletions
|
@ -863,7 +863,7 @@ it's rendered:
|
||||||
.. code-block:: html+django
|
.. code-block:: html+django
|
||||||
|
|
||||||
{% for o in some_list %}
|
{% for o in some_list %}
|
||||||
<tr class="{% cycle 'row1' 'row2' %}>
|
<tr class="{% cycle 'row1' 'row2' %}">
|
||||||
...
|
...
|
||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue