Skip to content
Snippets Groups Projects
Commit 90743fe0 authored by salazard's avatar salazard
Browse files

add dateofborth in registration model

parent 0300787c
No related branches found
No related tags found
1 merge request!61Verification mail
......@@ -25,6 +25,7 @@ class Registration(models.Model):
help_text='Numéro de téléphone du lycéen (20 caractères max)',
blank=False, default='',
)
dateOfBirth = models.DateField()
submitted = models.DateTimeField(
auto_now_add=True, verbose_name='envoyé le',
help_text="Date d'envoi du dossier d'inscription")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment