Corrections mineures
This commit is contained in:
parent
5e59148fd9
commit
3fdb5496d8
6 changed files with 172 additions and 18 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue