Small email template update
[iron-blogger] / templates / week.tmpl
index e2631c4a303e9901208d318a2974ce1b68c4011b..68f6474dc3c00469ed99bee8d516e941aba79683 100644 (file)
@@ -1,3 +1,4 @@
+Results for week beginning ${week_start.strftime("%F")}
 <h2>People who posted</h2>
 <ul>
 % for u in sorted(good, key=lambda u:u.username):
@@ -30,5 +31,5 @@
 <h2>Beer pool:</h2>
 <table>
   <tr> <td> This week: </td> <td> $${5 * len(lame)}.00 </td> </tr>
-  <tr> <td> Total: </td> <td> $X.00 </td> </tr>
+  <tr> <td> Total: </td> <td> ${pool}.00 </td> </tr>
 </table>

Benjamin Mako Hill || Want to submit a patch?