Revert "htmlize"

This reverts commit a1b7f2d9fa.
This commit is contained in:
James Turk 2009-06-26 14:15:51 -04:00
parent a1b7f2d9fa
commit c91028d840

View File

@ -11,5 +11,5 @@
<h3><a href="{{idea.get_absolute_url}}">{{idea.title}}</a></h3>
<div class="commentMeta">Submitted on {{idea.submit_date|date:"m/d P"}} by {{idea.user|default_if_none:"anonymous"}} (<a href="{{idea.get_absolute_url}}#comments">{{idea.comments.count}} comments</a>)</div>
<p>{{idea.description|removetags:"script object img iframe"|safe}}</p>
<p>{{idea.description|urlize}}</p>
</div>