From: Guillaume Pellerin Date: Wed, 16 Jul 2014 22:01:43 +0000 (+0200) Subject: fix script title again X-Git-Tag: 1.1~420 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=0f019dfe97f7ad02cc6d96dc0664936f70356ffa;p=teleforma.git fix script title again --- diff --git a/teleforma/exam/models.py b/teleforma/exam/models.py index 2d354199..816a63d0 100644 --- a/teleforma/exam/models.py +++ b/teleforma/exam/models.py @@ -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):