recovered accidently deleted punt-list
This commit is contained in:
parent
9c8654b674
commit
0afe2dcf31
|
@ -75,3 +75,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>
|
Loading…
Reference in a new issue