minor display fix
authorRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Wed, 26 Jun 2013 12:54:35 +0000 (14:54 +0200)
committerRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Wed, 26 Jun 2013 12:54:35 +0000 (14:54 +0200)
apps/funding/templates/funding/offer_detail.html

index 5cd3e09..9dad6fe 100755 (executable)
                 {% endif %}
             </td>
             <td>{{ funding.amount }}&nbsp;zł</td>
-            <td>
+            <td>&nbsp;
                 {% for perk in funding.perks.all %}
                     {{ perk.name }}{% if not forloop.last %},{% endif %}
-                {% endfor %}&nbsp;
+                {% endfor %}
             </td>
     {% endfor %}
     </table>