Corrections mineures

This commit is contained in:
alazo 2017-03-08 04:39:37 +01:00
parent 5e59148fd9
commit 3fdb5496d8
6 changed files with 172 additions and 18 deletions

View file

@ -107,9 +107,9 @@ class Module(models.Model):
situation = models.TextField()
evaluation = models.TextField()
contenu = models.TextField()
periode_presentiel = models.IntegerField()
travail_perso = models.IntegerField()
pratique_prof = models.IntegerField(default=0)
periode_presentiel = models.IntegerField(verbose_name='Période en présentiel')
travail_perso = models.IntegerField(verbose_name = 'Travail personnel')
pratique_prof = models.IntegerField(default=0, verbose_name='Pratique professionnelle')
didactique = models.TextField()
evaluation = models.TextField()
sem1 = models.IntegerField(default=0)