Fix Candidat residence_permits definition
This commit is contained in:
parent
e3f6c82301
commit
069b7302bf
3 changed files with 67 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ class Candidate(models.Model):
|
|||
aes_accords = models.PositiveSmallIntegerField("Accord AES", choices=AES_ACCORDS_CHOICES, default=0)
|
||||
residence_permits = models.PositiveSmallIntegerField(
|
||||
"Autor. de séjour (pour les pers. étrang.)",
|
||||
choices=RESIDENCE_PERMITS_CHOICES, blank=True, default=0
|
||||
choices=RESIDENCE_PERMITS_CHOICES, blank=True, null=True, default=0
|
||||
)
|
||||
accepted = models.BooleanField('Admis', default=False)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue