From: Guillaume Pellerin Date: Sun, 12 Jul 2026 16:17:42 +0000 (+0200) Subject: bugfix X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=2f7f6013c2c10399ca1abdc3f3253e86676bc693;p=teleforma.git bugfix --- diff --git a/teleforma/webclass/views.py b/teleforma/webclass/views.py index 9e59acb6..9b1c557b 100644 --- a/teleforma/webclass/views.py +++ b/teleforma/webclass/views.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -from djanog.conf import settings +from django.conf import settings from django.contrib import messages from django.contrib.auth.decorators import permission_required from django.http import HttpResponse, HttpResponseRedirect