From 7b11b6f6c718cc62e25c3141fb63ce301be13e98 Mon Sep 17 00:00:00 2001 From: Nelson Elhage Date: Mon, 4 Jan 2010 10:46:12 -0500 Subject: [PATCH] email.txt: Only show "not yet started" section if nonempty. --- templates/email.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/email.txt b/templates/email.txt index 16d7a57..38a0d4b 100644 --- a/templates/email.txt +++ b/templates/email.txt @@ -15,10 +15,12 @@ People who failed to post: ${u.username} % endfor +% if skip: People who have not yet started: % for u in sorted(skip): ${u.username} % endfor +% endif Beer pool: This week: $${5 * len(lame)}.00 -- 2.30.2