]> asedeno.scripts.mit.edu Git - bluechips.git/blobdiff - bluechips/templates/transfer/index.mako
cleaned up some issues with validation errors being displayed improperly
[bluechips.git] / bluechips / templates / transfer / index.mako
index 144cf91090120dbe4fba9d319862c6cf12ae6f4d..736c339c34a81fb6e4dc2ba272315842d2e3fb37 100644 (file)
@@ -12,7 +12,7 @@
     </tr>
     <tr>
       <th><label for="amount">Amount</label></th>
-      <td>$${h.text('amount', "%0.2f" % (int(c.transfer.amount) / 100.0), size=8)}</td>
+      <td>${h.currency('amount', c.transfer.amount, size=8)}</td>
     </tr>
     <tr>
       <th><label for="date">Date</label></th>