]> git.parisson.com Git - telecaster-client.git/commitdiff
fix no prof
authorGuillaume Pellerin <yomguy@parisson.com>
Wed, 17 Jul 2013 14:51:05 +0000 (16:51 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Wed, 17 Jul 2013 14:51:05 +0000 (16:51 +0200)
telecaster/models.py

index 5ce79d32a3a5825d1412885338d31da582e142d6..8a69a55d4879187137d725661df9f7c366a11a12 100644 (file)
@@ -174,7 +174,7 @@ class Station(Model):
             if self.conference.professor:
                 station['relay']['author'] = unicode(self.conference.professor.user.username)
             else:
-                station['relay']['author'] = ''
+                station['relay']['author'] = 'None'
 
         #FIXME: only one format in deefuzzer conf file
         self.format = station['media']['format']