supporters description should be text field

Signed-off-by: rscnt <rascnt@gmail.com>
This commit is contained in:
rascencio 2016-02-07 20:19:11 -06:00
commit 1f266e382d
2 changed files with 21 additions and 1 deletions

View file

@ -15,4 +15,4 @@ class Message(models.Model):
class Supporter(models.Model):
name = models.CharField(max_length=200)
description = models.CharField(max_length=500)
description = models.TextField()