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

index 818b09c241ad8e7311846b20aae27a12d1114002..b6a7b2f4f2cb0523b490f88fa35f38dc7b739241 100755 (executable)
@@ -214,7 +214,6 @@ class Course(Model):
         self.title = data['title']
         self.description = data['description']
         self.code = data['code']
-        self.title_tweeter = data['title_tweeter']
         if data['number'] != 'None':
             self.number = int(data['number'])
         self.save()