Close autoescape tag in template documentation.
This commit is contained in:
parent
df09d85482
commit
9560dac3c0
|
@ -108,7 +108,7 @@ Variables included in the cycle will be escaped. You can disable auto-escaping
|
||||||
with::
|
with::
|
||||||
|
|
||||||
{% for o in some_list %}
|
{% for o in some_list %}
|
||||||
<tr class="{% autoescape off %}{% cycle rowvalue1 rowvalue2 %}{% endautoescape
|
<tr class="{% autoescape off %}{% cycle rowvalue1 rowvalue2 %}{% endautoescape %}
|
||||||
...
|
...
|
||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
Loading…
Reference in New Issue