recovered accidently deleted punt-list

This commit is contained in:
Marcus -Chaosblog 2012-07-09 22:23:02 +02:00
parent 9c8654b674
commit 0afe2dcf31
1 changed files with 7 additions and 0 deletions

View File

@ -75,3 +75,10 @@ Results for week beginning ${week_start.strftime("%F")}
</tr>
%endif
</table>
<h2>Previously Punted (pay &euro;30 to return):</h2>
<ul>
% for (u) in sorted(punted, key=lambda p:p.username):
<li>${u.username} (${u.end})</li>
% endfor
</ul>