From ff91c0ede1ebd0b02c98ee3ae0c833b5f2c0f4ca Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Wed, 26 Jun 2013 14:54:35 +0200 Subject: [PATCH] minor display fix --- apps/funding/templates/funding/offer_detail.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/funding/templates/funding/offer_detail.html b/apps/funding/templates/funding/offer_detail.html index 5cd3e0970..9dad6fe99 100755 --- a/apps/funding/templates/funding/offer_detail.html +++ b/apps/funding/templates/funding/offer_detail.html @@ -83,10 +83,10 @@ {% endif %} {{ funding.amount }} zł - +   {% for perk in funding.perks.all %} {{ perk.name }}{% if not forloop.last %},{% endif %} - {% endfor %}  + {% endfor %} {% endfor %} -- 2.20.1