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

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