From 60e486d400127e5aab371b05ba53334212ee5312 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Fri, 6 Dec 2013 21:41:25 +0100 Subject: [PATCH] fix --- .../commands/teleforma-message-all-seminar-users.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/teleforma/management/commands/teleforma-message-all-seminar-users.py b/teleforma/management/commands/teleforma-message-all-seminar-users.py index 14ad0697..57ce129c 100644 --- a/teleforma/management/commands/teleforma-message-all-seminar-users.py +++ b/teleforma/management/commands/teleforma-message-all-seminar-users.py @@ -44,11 +44,11 @@ class Command(BaseCommand): if seminar.sub_title: title = seminar.sub_title + ' : ' + seminar.title else: - + title = seminar.title + context['gender'] = gender context['first_name'] = user.first_name context['last_name'] = user.last_name - context['rank'] = answer.question.rank context['site'] = site context['path'] = path context['title'] = title -- 2.39.5