]> git.parisson.com Git - teleforma.git/commitdiff
fix
authorGuillaume Pellerin <yomguy@parisson.com>
Fri, 6 Dec 2013 20:41:25 +0000 (21:41 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Fri, 6 Dec 2013 20:41:25 +0000 (21:41 +0100)
teleforma/management/commands/teleforma-message-all-seminar-users.py

index 14ad0697127af0b1d72b1e74f225360d70abb9b8..57ce129c6ee2e5dfe23199450df0e09be2fa692d 100644 (file)
@@ -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