From 269fa1e0faa4c89309dbe43332685f591c98bfae Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Sat, 7 Dec 2013 00:34:56 +0100 Subject: [PATCH] add date --- .../management/commands/teleforma-message-all-seminar-users.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5