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
1 changed files with 1 additions and 1 deletions

View File

@ -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'