X-Git-Url: http://git.cyclocoop.org/?p=cavote.git;a=blobdiff_plain;f=reminder.py;h=90eebf4e7ac40b414f6430b621d51c4211028ed7;hp=56cf4bc29e6ac475bcb3405ec9dded657d4d1e9e;hb=8c826b6a4c1ea070424027c1a99ad0f6b5eebd19;hpb=25254e8fbfbdf53f824cff6f733ce1e5cffd22b3 diff --git a/reminder.py b/reminder.py index 56cf4bc..90eebf4 100644 --- a/reminder.py +++ b/reminder.py @@ -45,7 +45,8 @@ for vote in c.execute('select id, id_group, date_end, title from votes where is_ "Content-type: text/plain; charset=utf-8", "X-Mailer: %s" % VERSION, "", - "%s %s : %s" % (gettext(u"A vote concerns you and is going to terminate on"), vote[2], vote[3]), + "%s %s : %s" % (gettext(u"A vote concerns you and is going + to terminate on"), vote[2], vote[3].encode('utf-8')), gettext(u"You still didn't take part to it !"), "", gettext(u"This link will bring you to the form where you will be able to participate :"), @@ -68,8 +69,10 @@ for vote in c.execute('select id, id_group, date_end, title from votes where is_ "Content-type: text/plain; charset=utf-8", "X-Mailer: %s" % VERSION, "", - "%s %s : %s" % (gettext(u"A vote concerns you and is going to terminate on "), vote[2], vote[3]), - gettext(u"You have already voted but you can still modify you choice"), + "%s %s : %s" % (gettext(u"A vote concerns you and is going + to terminate on "), vote[2], vote[3].encode('utf-8')), + gettext(u"You have already voted but you can still modify + your choice"), "", gettext(u"This link will bring you to the form where you will be able to participate :"), link,