# HG changeset patch # User Pawel Solyga # Date 1244140712 -7200 # Node ID eb9fe68e2a787ea0129e616863f0e1b1673bb3c8 # Parent 174e946039e07ac95365a02861f4155b0bd7cf6d Add missing if statement in organization list row template. diff -r 174e946039e0 -r eb9fe68e2a78 app/soc/templates/soc/organization/list/row.html --- a/app/soc/templates/soc/organization/list/row.html Wed Jun 03 23:38:02 2009 +0530 +++ b/app/soc/templates/soc/organization/list/row.html Thu Jun 04 20:38:32 2009 +0200 @@ -21,7 +21,9 @@ {% endif %} {{ list.item.ideas|urlizetrunc:35|removetags:"a" }} + {% if list.item.ideas %} + {% endif %}