render.py: Make pool size available to templates
[iron-blogger] / templates / email.txt
index 7cb16a042bd752420e78b2d3bd448e983973624c..6edfccbba07d36d1be069325e6fc259ac0c28894 100644 (file)
@@ -24,4 +24,4 @@ People who have not yet started:
 
 Beer pool:
 This week: $${5 * len(lame)}.00
-Total:     $.00
+Total:     $${pool}.00

Benjamin Mako Hill || Want to submit a patch?