diff --git a/LandingPage/models.py b/LandingPage/models.py index 53bbc91..58ab57e 100644 --- a/LandingPage/models.py +++ b/LandingPage/models.py @@ -30,7 +30,7 @@ class Show(TimestampedModel): verbose_name="Full Name" ) abbr = models.SlugField( - max_length=5, + max_length=16, unique=True, help_text="A short abbreviation of the show, for use in urls", verbose_name="Abbreviation"