Update models.py

en-GB spelling of "programme"
This commit is contained in:
Christopher Neugebauer 2016-07-03 12:14:07 +10:00 committed by GitHub
parent 087307e7cd
commit e17df73dde

View file

@ -23,7 +23,7 @@ class Speaker(models.Model):
user = models.OneToOneField(User, null=True, related_name="speaker_profile", verbose_name=_("User")) user = models.OneToOneField(User, null=True, related_name="speaker_profile", verbose_name=_("User"))
name = models.CharField(verbose_name=_("Name"), max_length=100, name = models.CharField(verbose_name=_("Name"), max_length=100,
help_text=_("As you would like it to appear in the" help_text=_("As you would like it to appear in the"
" conference program.")) " conference programme."))
biography = models.TextField( biography = models.TextField(
blank=True, blank=True,
help_text=_("This will appear on the conference website and in the " help_text=_("This will appear on the conference website and in the "