Fixed a typo in the Episode models's name's verbose_name

This commit is contained in:
Taizo 'Tsa6' Simpson 2017-09-24 17:02:50 -04:00
parent a1a8e624d9
commit 2b6dfeca8b

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'