Fixed countdown model

This commit is contained in:
FinnStutzenstein 2019-03-01 12:10:49 +01:00
parent 69fe4632f4
commit ab0955d890
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@ class Countdown(RESTModelMixin, models.Model):
access_permissions = CountdownAccessPermissions()
title = models.CharField(max_length=256, unique=True, default="")
title = models.CharField(max_length=256, unique=True)
description = models.CharField(max_length=256, blank=True)