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

index 5e5f8020dce392c4463bcce7086b9c39570982b6..ea550b567a7e3ede29091ad53dda3710724ff4cc 100644 (file)
@@ -37,6 +37,7 @@ class Command(BaseCommand):
                 auditor = auditor[0]
                 seminars = auditor.seminars.all()
                 for seminar in seminars:
+                    context = {}
                     organization = seminar.course.department.name
                     site = Site.objects.get_current()
                     path = reverse('teleforma-seminar-detail', kwargs={'pk':seminar.id})