]> git.parisson.com Git - teleforma.git/commitdiff
[command] fix period for conf copy
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Fri, 24 Apr 2020 07:50:16 +0000 (09:50 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Fri, 24 Apr 2020 07:50:16 +0000 (09:50 +0200)
teleforma/management/commands/teleforma-copy-conferences.py

index efdb9f850ce7ab15ba32bd4c502edda074df98c8..76608b81bc41268b4fd97aac3a50a33adc24fbf0 100644 (file)
@@ -29,7 +29,7 @@ class Command(BaseCommand):
     help = "Copy conferences from one period to another"
     courses = ['OB','PAC','PC','PP','DA','Civil','Fiscal','Affaires','DIE','Penal','Social']
     period_1_name = u'Semestrielle'
-    period_2_name = u'Pré-Estivale'
+    period_2_name = u'Pré-estivale'
     course_type = 'Cours'
 
     def handle(self, *args, **options):