Skip to content

Commit

Permalink
Elections Position have max_length
Browse files Browse the repository at this point in the history
  • Loading branch information
Felipe Álvarez committed Aug 9, 2016
1 parent 7049125 commit 14d5d7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions elections/models.py
Expand Up @@ -135,6 +135,7 @@ class Election(ExtraInfoMixin, models.Model):
position = models.CharField(default='',
null=True,
blank=True,
max_length=255,
help_text=_(u'A qué cargo está postulando?'))

default_extra_info = settings.DEFAULT_ELECTION_EXTRA_INFO
Expand Down

0 comments on commit 14d5d7a

Please sign in to comment.