diff -r f92942dfc28f -r e7bb719e2539 app/soc/templates/soc/org_app/list/row.html --- a/app/soc/templates/soc/org_app/list/row.html Wed Apr 29 18:20:30 2009 +0200 +++ b/app/soc/templates/soc/org_app/list/row.html Wed Apr 29 18:51:58 2009 +0200 @@ -1,9 +1,19 @@ - -
{{ list.item.name }} + + +
+ + {{ list.item.name }} +
-
{{ list.item.ideas|urlizetrunc:35 }}
+ +
+ + {{ list.item.ideas|urlizetrunc:35|removetags:"a" }} + +
+