From 234f163090f6309bd3f2cf090676a5db46e6f6c4 Mon Sep 17 00:00:00 2001 From: Taizo 'Tsa6' Simpson Date: Fri, 25 Aug 2017 19:37:45 -0400 Subject: [PATCH] Typo --- LandingPage/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LandingPage/models.py b/LandingPage/models.py index 9585c41..afc3fc2 100644 --- a/LandingPage/models.py +++ b/LandingPage/models.py @@ -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(