This commit is contained in:
Taizo 'Tsa6' Simpson 2017-08-25 19:37:45 -04:00
parent 84bd805ea9
commit 234f163090
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ class Show(models.Model):
verbose_name="IMDb Page"
)
moderated = models.BooleanField(
help_text="Wheter or not this show is user-moderated",
help_text="Whether or not this show is user-moderated",
verbose_name="User Moderated"
)
css = models.FileField(