From: Guillaume Pellerin Date: Fri, 24 Apr 2020 07:50:16 +0000 (+0200) Subject: [command] fix period for conf copy X-Git-Tag: 1.4.1~2^2 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=80acd28cd11c7ebb41cd627f2745b423bf3744d2;p=teleforma.git [command] fix period for conf copy --- diff --git a/teleforma/management/commands/teleforma-copy-conferences.py b/teleforma/management/commands/teleforma-copy-conferences.py index efdb9f85..76608b81 100644 --- a/teleforma/management/commands/teleforma-copy-conferences.py +++ b/teleforma/management/commands/teleforma-copy-conferences.py @@ -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):