From 9eda10200553b9eb1a3b11e0f80daa971c92e57f Mon Sep 17 00:00:00 2001 From: Marcus -Chaosblog Date: Mon, 13 Aug 2012 16:21:32 +0200 Subject: [PATCH] added skipped weeks and punt marking removed duplicate colon --- templates/users.tmpl | 10 ++++++++++ templates/week.tmpl | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/templates/users.tmpl b/templates/users.tmpl index 2d577d1..2f0a798 100644 --- a/templates/users.tmpl +++ b/templates/users.tmpl @@ -4,6 +4,7 @@ Twitter Blog link Start Week + Skipped Weeks % for u in sorted(userlist, key=lambda u:u.username): @@ -23,6 +24,15 @@ % endif ${u.start_de} + + % if u.end: + Punted
+ % endif + % if u.skip: + ${u.skip} + % endif + + % endfor diff --git a/templates/week.tmpl b/templates/week.tmpl index 1a6ba9b..5a20301 100644 --- a/templates/week.tmpl +++ b/templates/week.tmpl @@ -51,7 +51,7 @@ Results for week beginning ${week_start.strftime("%F")} % endif % if skipped_users: -

Who is currently skipped::

+

Who is currently skipped: