Small email template update
authorNelson Elhage <nelhage@ksplice.com>
Fri, 16 Apr 2010 21:25:10 +0000 (17:25 -0400)
committerNelson Elhage <nelhage@ksplice.com>
Fri, 16 Apr 2010 21:25:10 +0000 (17:25 -0400)
templates/email.txt

index 893e7a71bcaab450da1818b97282078487d75c0b..aab3428bb769a9254a0c042ee4f4e142c3a3d4bf 100644 (file)
@@ -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):

Benjamin Mako Hill || Want to submit a patch?