mirror of
https://github.com/django/django.git
synced 2025-06-05 11:39:13 +00:00
Fixed typo in docs/howto/custom-template-tags.txt.
This commit is contained in:
parent
d861f95c44
commit
7614efa2f9
@ -847,7 +847,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…
x
Reference in New Issue
Block a user