From: Guillaume Pellerin Date: Thu, 26 Jun 2025 09:48:31 +0000 (+0200) Subject: fix import X-Git-Tag: 2.14.2~4 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=15ebb683b73a5f08a36e7d5fd989c0790a48bc20;p=teleforma.git fix import --- diff --git a/teleforma/views/core.py b/teleforma/views/core.py index 4edad94a..cfb68b3a 100644 --- a/teleforma/views/core.py +++ b/teleforma/views/core.py @@ -66,7 +66,7 @@ from rest_framework.permissions import IsAuthenticated from rest_framework.response import Response from rest_framework.views import APIView -from teleforma.models.crfpa import Home, Student, Training +from teleforma.models.crfpa import Home, Student, Training, Corrector from teleforma.models.notification import Notification, notify from teleforma.utils import guess_mimetypes from ..decorators import access_required