From 4ad9b287853ba3a4bd5a0e1ba31053668755124c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20P=C3=A9pin?= Date: Sun, 10 Jul 2016 14:24:58 +0200 Subject: [PATCH] coquille --- gestioncof/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gestioncof/models.py b/gestioncof/models.py index d3074b70..badf7533 100644 --- a/gestioncof/models.py +++ b/gestioncof/models.py @@ -49,6 +49,7 @@ class CofProfile(models.Model): blank=True) type_cotiz = models.CharField(_(u"Type de cotisation"), default="normalien", + choices=TYPE_COTIZ_CHOICES, max_length=choices_length( TYPE_COTIZ_CHOICES)) mailing_cof = models.BooleanField("Recevoir les mails COF", default=False)