]> git.parisson.com Git - teleforma.git/commitdiff
fix script title again
authorGuillaume Pellerin <yomguy@parisson.com>
Wed, 16 Jul 2014 22:01:43 +0000 (00:01 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Wed, 16 Jul 2014 22:01:43 +0000 (00:01 +0200)
teleforma/exam/models.py

index 2d354199b83182ab12e4f5712c0283b7a1743ee3..816a63d092d35725d0cc3f9a05d42330e958f37c 100644 (file)
@@ -202,7 +202,7 @@ class Script(BaseResource):
     @property
     def title(self):
         return ' - '.join([self.course.title, self.type.name, _("Session") + ' ' + self.session,
-                        unicode(self.author.first_name) + ' ' + unicode(self.author.first_name),
+                        unicode(self.author.first_name) + ' ' + unicode(self.author.last_name),
                         unicode(self.date_added)])
 
     def __unicode__(self):