From b191008af13647128882065216fbe755919fa5f0 Mon Sep 17 00:00:00 2001 From: Pawel Solyga Date: Thu, 4 Jun 2009 20:38:32 +0200 Subject: [PATCH] Add missing if statement in organization list row template. --- app/soc/templates/soc/organization/list/row.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/soc/templates/soc/organization/list/row.html b/app/soc/templates/soc/organization/list/row.html index 92663f6c..1fd3bd0c 100644 --- a/app/soc/templates/soc/organization/list/row.html +++ b/app/soc/templates/soc/organization/list/row.html @@ -21,7 +21,9 @@ {% endif %} {{ list.item.ideas|urlizetrunc:35|removetags:"a" }} + {% if list.item.ideas %} + {% endif %} -- 2.11.4.GIT