Merge pull request #36 from IcyNet/episode-season-typo

Fixed a typo in the Episode models's name's verbose_name
This commit is contained in:
Tsa6 2017-09-24 17:04:04 -04:00 committed by GitHub
commit 054a62c2f0

View File

@ -246,7 +246,7 @@ class Episode(models.Model):
name = models.CharField( name = models.CharField(
max_length=40, max_length=40,
help_text='The name given to this episode by its producers', help_text='The name given to this episode by its producers',
verbose_name='Episode Season' verbose_name='Episode Name'
) )
summary = models.TextField( summary = models.TextField(
help_text='A summary of this episode' help_text='A summary of this episode'