autoescape off for abstracts
This commit is contained in:
parent
de7953f581
commit
99c07d0c09
|
@ -8,7 +8,9 @@
|
||||||
<p>
|
<p>
|
||||||
<a href="{{t.get_absolute_url}}" title="{{t.title}}">{{ t.title }}</a><br />
|
<a href="{{t.get_absolute_url}}" title="{{t.title}}">{{ t.title }}</a><br />
|
||||||
by {{ t.author }}<br />
|
by {{ t.author }}<br />
|
||||||
|
{% autoescape off %}
|
||||||
{{ t.abstract }}
|
{{ t.abstract }}
|
||||||
|
{% endautoescape %}
|
||||||
</p>
|
</p>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user