added code to list folks who have previously been punted to the weekly update
[iron-blogger] / templates / week.tmpl
index 0672bf4c5157555174fb9dd44bcd7833e77561af..4df9ca6756bf7b330418483fb017d5d5bb3219ad 100644 (file)
@@ -62,3 +62,10 @@ Results for week beginning ${week_start.strftime("%F")}
 </tr>
 %endif
 </table>
+
+<h2>Previously Punted (pay $30 to return):</h2>
+<ul>
+% for (u) in sorted(punted, key=lambda p:p.username):
+<li>${u.username} (${u.end})</li>
+% endfor
+</ul>
\ No newline at end of file

Benjamin Mako Hill || Want to submit a patch?