added a new configuration file and changed code/templates to use it
[iron-blogger] / templates / ledger
index 022477b1e42ddd6b9090b0d50063224a8b3c93ad..3478d8b44874f2c9991dc8bc946939cc39a3bc35 100644 (file)
@@ -1,5 +1,5 @@
 % for u in sorted(lame, key=lambda u:u.username):
 ${week_end.strftime("%F")} Week ${week}
-  User:${u.username}    $-5
+  User:${u.username}    -${fine}
   Pool:Owed:${u.username}
 % endfor

Benjamin Mako Hill || Want to submit a patch?