From 81eab817e06e832ca11444e66fb03925cefbc065 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Sat, 7 Feb 2026 00:07:18 +0100 Subject: [PATCH] fix import --- teleforma/urls.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/teleforma/urls.py b/teleforma/urls.py index 549e6dc9..2080b8d3 100644 --- a/teleforma/urls.py +++ b/teleforma/urls.py @@ -54,8 +54,9 @@ from teleforma.views.password import TFPasswordResetConfirmView, TFPasswordReset from .views.appointment import Appointments, cancel_appointment from .views.core import (ChatMessageView, ConferenceListView, ConferenceView, CourseListView, CoursePendingListView, CourseView, DocumentView, - HelpView, HomeRedirectView, LiveConferenceNotify, MediaTranscodedView, - MediaView, MediaViewEmbed, NotificationView) + HelpView, HomeRedirectView, LiveConferenceNotify, + LiveConferenceNotifyAsync, MediaTranscodedView, MediaView, + MediaViewEmbed, NotificationView) from .views.crfpa import (AnnalsCourseView, AnnalsIEJView, AnnalsView, CorrectorAddView, CorrectorCompleteView, CorrectorRegistrationPDFView, -- 2.39.5