From 0c79e39b0045714b3175a4022e84f81f97d66389 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 28 Dec 2016 01:41:19 +0100 Subject: [PATCH] fix other seminars --- teleforma/management/commands/teleforma-copy-seminars.py | 1 - 1 file changed, 1 deletion(-) diff --git a/teleforma/management/commands/teleforma-copy-seminars.py b/teleforma/management/commands/teleforma-copy-seminars.py index 88502bb0..09315799 100644 --- a/teleforma/management/commands/teleforma-copy-seminars.py +++ b/teleforma/management/commands/teleforma-copy-seminars.py @@ -31,7 +31,6 @@ class Command(BaseCommand): args = ['site_domain from_year to_year log_file'] language_code = 'fr_FR' more = ['deontologie_1', 'deontologie_2', 'commercial_2', 'Contrats_4', 'PAC_5'] - more = [] site = Site.objects.get_current() def handle(self, *args, **kwargs): -- 2.39.5