Increase title to 60 chars
Increase max title characters from 50 to 60 chars. Change-Id: I67f03c884988294859f36ad909218c4a12e3798b
This commit is contained in:
parent
e5de1082bd
commit
de5980db0a
@ -55,7 +55,7 @@ class Proposal(models.Model):
|
|||||||
('R', 'Refused'),
|
('R', 'Refused'),
|
||||||
)
|
)
|
||||||
proposer = models.ForeignKey(User)
|
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.")
|
help_text="The title of your proposed session. This is mandatory.")
|
||||||
description = models.TextField(
|
description = models.TextField(
|
||||||
help_text="The detailed subject and goals for your proposed session. "
|
help_text="The detailed subject and goals for your proposed session. "
|
||||||
|
Loading…
Reference in New Issue
Block a user