coquille
This commit is contained in:
parent
42e5a90fe7
commit
4ad9b28785
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue