Moving away from getpaid for now.
[wolnelektury.git] / src / funding / templates / funding / includes / fundings.html
index 4d4902c..4c480ff 100644 (file)
@@ -5,7 +5,7 @@
   <table class="wlfund">
     {% for funding in fundings %}
       <tr class="funding-plus">
-        <td class="oneline">{{ funding.payed_at.date }}</td>
+        <td class="oneline">{{ funding.completed_at.date }}</td>
         <td>
           {% if funding.name %}
             {{ funding.name }}
@@ -23,4 +23,4 @@
     {% endfor %}
   </table>
 {% endspaceless %}
-{% paginate %}
\ No newline at end of file
+{% paginate %}