Update models.py
en-GB spelling of "programme"
This commit is contained in:
parent
087307e7cd
commit
e17df73dde
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ class Speaker(models.Model):
|
|||
user = models.OneToOneField(User, null=True, related_name="speaker_profile", verbose_name=_("User"))
|
||||
name = models.CharField(verbose_name=_("Name"), max_length=100,
|
||||
help_text=_("As you would like it to appear in the"
|
||||
" conference program."))
|
||||
" conference programme."))
|
||||
biography = models.TextField(
|
||||
blank=True,
|
||||
help_text=_("This will appear on the conference website and in the "
|
||||
|
|
Loading…
Reference in a new issue