From a1b80d8bf647891f36787c19c0dfff41584a7946 Mon Sep 17 00:00:00 2001 From: Nelson Elhage Date: Fri, 16 Apr 2010 17:25:10 -0400 Subject: [PATCH] Small email template update --- templates/email.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/email.txt b/templates/email.txt index 893e7a7..aab3428 100644 --- a/templates/email.txt +++ b/templates/email.txt @@ -1,7 +1,7 @@ Subject: IRON BLOGGER results for the week beginning ${week_start.strftime("%F")} To: iron-blogger@mit.edu -SLACKERS: ${",".join(sorted([u.username for u in lame]))} +SLACKERS: ${", ".join(sorted([u.username for u in lame]))} People who posted: % for u in sorted(good, key=lambda u:u.username): -- 2.30.2