autoescape off for abstracts

This commit is contained in:
sanj 2010-12-30 17:37:24 +05:30
parent de7953f581
commit 99c07d0c09

View File

@ -8,7 +8,9 @@
<p>
<a href="{{t.get_absolute_url}}" title="{{t.title}}">{{ t.title }}</a><br />
by {{ t.author }}<br />
{% autoescape off %}
{{ t.abstract }}
{% endautoescape %}
</p>
{% endfor %}
</body>