From: Guillaume Pellerin Date: Mon, 25 Jan 2021 17:01:35 +0000 (+0100) Subject: bugfix X-Git-Tag: 0.9-tc~3 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=fc798afea8b8ab51dc77c82def38456e1febbd56;p=teleforma.git bugfix --- diff --git a/teleforma/management/commands/teleforma-pull-courses.py b/teleforma/management/commands/teleforma-pull-courses.py index 84561fd1..9c33fff9 100644 --- a/teleforma/management/commands/teleforma-pull-courses.py +++ b/teleforma/management/commands/teleforma-pull-courses.py @@ -22,5 +22,5 @@ class Command(BaseCommand): view.pull(organization_name) for course_type in CourseType.objects.all(): - if 'é' in course_type.name: + if 'supp' in course_type.name: course_type.delete()