From: Guillaume Pellerin Date: Fri, 6 Dec 2013 23:34:56 +0000 (+0100) Subject: add date X-Git-Tag: 2.8.1-pro~471^2 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=269fa1e0faa4c89309dbe43332685f591c98bfae;p=teleforma.git add date --- diff --git a/teleforma/management/commands/teleforma-message-all-seminar-users.py b/teleforma/management/commands/teleforma-message-all-seminar-users.py index f950a805..30e14037 100644 --- a/teleforma/management/commands/teleforma-message-all-seminar-users.py +++ b/teleforma/management/commands/teleforma-message-all-seminar-users.py @@ -71,5 +71,5 @@ class Command(BaseCommand): mess.save() #notify_user(mess, 'acceptance') - print user.username, seminar.title + print user.username, seminar.title, seminar.expiry_date