]> git.parisson.com Git - telecaster-client.git/commitdiff
bugfix
authoryomguy <yomguy@parisson.com>
Fri, 24 Feb 2012 14:54:12 +0000 (15:54 +0100)
committeryomguy <yomguy@parisson.com>
Fri, 24 Feb 2012 14:54:12 +0000 (15:54 +0100)
telecaster/models.py

index f76bc6b44b46ee54da832e79862d05eb98c72154..ede768d5257182f07ce65e13bdbda2fefffa7f95 100644 (file)
@@ -130,7 +130,7 @@ class Station(Model):
                                    null=True, on_delete=models.SET_NULL)
     professor         = ForeignKey(Professor, related_name='stations', verbose_name='professor',
                                    null=True, on_delete=models.SET_NULL)
-    professor_free    = CharField(_(professor), max_length=255, blank=True)
+    professor_free    = CharField(_('professor'), max_length=255, blank=True)
     comment           = TextField(_('comment'), blank=True)
     started           = BooleanField(_('started'))
     datetime_start    = DateTimeField(_('time_start'), blank=True, null=True)