minor display fix
[wolnelektury.git] / 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>