added skipped weeks and punt marking

removed duplicate colon
This commit is contained in:
Marcus -Chaosblog 2012-08-13 16:21:32 +02:00
parent 745087a0c3
commit 9eda102005
2 changed files with 11 additions and 1 deletions

View File

@ -4,6 +4,7 @@
<th>Twitter</th>
<th>Blog link</th>
<th>Start Week</th>
<th>Skipped Weeks</th>
</tr>
% for u in sorted(userlist, key=lambda u:u.username):
<tr>
@ -23,6 +24,15 @@
% endif
</td>
<td align="left" valign="top"> ${u.start_de} </td>
<td align="left" valign="top">
% if u.end:
Punted<br>
% endif
% if u.skip:
${u.skip}
% endif
</td>
</tr>
% endfor

View File

@ -51,7 +51,7 @@ Results for week beginning ${week_start.strftime("%F")}
% endif
% if skipped_users:
<h2>Who is currently skipped::</h2>
<h2>Who is currently skipped:</h2>
<ul>
% for u in sorted(skipped_users, key=lambda u:u.username):
<li class="user"><strong>${u.name} </strong> \