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:
commit
054a62c2f0
@ -246,7 +246,7 @@ class Episode(models.Model):
|
||||
name = models.CharField(
|
||||
max_length=40,
|
||||
help_text='The name given to this episode by its producers',
|
||||
verbose_name='Episode Season'
|
||||
verbose_name='Episode Name'
|
||||
)
|
||||
summary = models.TextField(
|
||||
help_text='A summary of this episode'
|
||||
|
Reference in New Issue
Block a user