diff --git a/cfp/models.py b/cfp/models.py index 1ff409a..f4120d0 100644 --- a/cfp/models.py +++ b/cfp/models.py @@ -55,7 +55,7 @@ class Proposal(models.Model): ('R', 'Refused'), ) proposer = models.ForeignKey(User) - title = models.CharField(max_length=50, + title = models.CharField(max_length=60, help_text="The title of your proposed session. This is mandatory.") description = models.TextField( help_text="The detailed subject and goals for your proposed session. "