From 80acd28cd11c7ebb41cd627f2745b423bf3744d2 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Fri, 24 Apr 2020 09:50:16 +0200 Subject: [PATCH] [command] fix period for conf copy --- teleforma/management/commands/teleforma-copy-conferences.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- 2.39.5