From: Guillaume Pellerin Date: Fri, 6 Dec 2013 20:41:25 +0000 (+0100) Subject: fix X-Git-Tag: 2.8.1-pro~480^2 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=60e486d400127e5aab371b05ba53334212ee5312;p=teleforma.git fix --- 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