Increase title to 60 chars

Increase max title characters from 50 to 60 chars.

Change-Id: I67f03c884988294859f36ad909218c4a12e3798b
This commit is contained in:
Thierry Carrez 2017-09-19 12:10:23 +02:00
parent e5de1082bd
commit de5980db0a
1 changed files with 1 additions and 1 deletions

View File

@ -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. "