From a1b7f2d9faadfb0ae62eb3fb903009444de45f16 Mon Sep 17 00:00:00 2001 From: James Turk Date: Fri, 26 Jun 2009 14:06:15 -0400 Subject: [PATCH] htmlize --- brainstorm/templates/brainstorm/idea_vote.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brainstorm/templates/brainstorm/idea_vote.html b/brainstorm/templates/brainstorm/idea_vote.html index 527e122..13a5888 100644 --- a/brainstorm/templates/brainstorm/idea_vote.html +++ b/brainstorm/templates/brainstorm/idea_vote.html @@ -11,5 +11,5 @@

{{idea.title}}

Submitted on {{idea.submit_date|date:"m/d P"}} by {{idea.user|default_if_none:"anonymous"}} ({{idea.comments.count}} comments)
-

{{idea.description|urlize}}

+

{{idea.description|removetags:"script object img iframe"|safe}}