From 5a8e74647c27cd88b662d92b886f64bb3c7a016b Mon Sep 17 00:00:00 2001 From: Matt Claypotch Date: Wed, 22 Jun 2011 16:34:02 -0700 Subject: [PATCH] collection grid listings are themselves links, and cannot contain links (bug 663909) --- apps/bandwagon/templates/bandwagon/collection_grid.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/bandwagon/templates/bandwagon/collection_grid.html b/apps/bandwagon/templates/bandwagon/collection_grid.html index cfc9f2ce5c3..0b34a4f6aa2 100644 --- a/apps/bandwagon/templates/bandwagon/collection_grid.html +++ b/apps/bandwagon/templates/bandwagon/collection_grid.html @@ -16,7 +16,7 @@

{{ collection.name }}

-

{{ collection.description }}

+

{{ collection.description|strip_html }}