Locatizations.
[wolnelektury.git] / src / funding / templates / funding / includes / fundings.html
index 4d4902c..1371511 100644 (file)
@@ -5,12 +5,12 @@
   <table class="wlfund">
     {% for funding in fundings %}
       <tr class="funding-plus">
   <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 }}
           {% else %}
         <td>
           {% if funding.name %}
             {{ funding.name }}
           {% else %}
-            <em>{% trans "Anonymous" %}</em>
+            <em>{% trans "Anonim" %}</em>
           {% endif %}
         </td>
         <td>{{ funding.amount }}&nbsp;zł</td>
           {% endif %}
         </td>
         <td>{{ funding.amount }}&nbsp;zł</td>
@@ -23,4 +23,4 @@
     {% endfor %}
   </table>
 {% endspaceless %}
     {% endfor %}
   </table>
 {% endspaceless %}
-{% paginate %}
\ No newline at end of file
+{% paginate %}