]> asedeno.scripts.mit.edu Git - bluechips.git/blobdiff - bluechips/templates/base.mako
Switch from using Decimal to using a new Currency class
[bluechips.git] / bluechips / templates / base.mako
index a9865c1f2ae8c277bcdc8d2f405b491d24bfbf11..1aa31cb7bf1030d98bf337fdbbda4d8101089cee 100644 (file)
@@ -49,7 +49,7 @@
         <td>${e.date}</td>
         <td>${e.spender.name}</td>
         <td>${e.description}</td>
-        <td>$${h.round_currency(e.amount)}</td>
+        <td>${e.amount}</td>
     </tr>
     % endfor
 </table>
@@ -70,7 +70,7 @@
         <td>${t.debtor.name}</td>
         <td>${t.creditor.name}</td>
         <td>${t.description}</td>
-        <td>$${h.round_currency(t.amount)}</td>
+        <td>${t.amount}</td>
     </tr>
     % endfor
 </table>