]> git.parisson.com Git - teleforma.git/commitdiff
again
authorGuillaume Pellerin <yomguy@parisson.com>
Wed, 19 Feb 2014 01:48:18 +0000 (02:48 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Wed, 19 Feb 2014 01:48:18 +0000 (02:48 +0100)
teleforma/models/core.py

index 703352530de403ce89e1679e040e952c11a8a3b2..f2ca4143c2b0f1c47ed75c14e360eef66df3be24 100755 (executable)
@@ -203,6 +203,7 @@ class Course(Model):
                 'title' : self.title,
                 'description' : self.description,
                 'code' : self.code,
+                'title_tweeter' : self.department.name,
                 'number' : str(self.number),
                 }
         return dict