From 2f7f6013c2c10399ca1abdc3f3253e86676bc693 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Sun, 12 Jul 2026 18:17:42 +0200 Subject: [PATCH] bugfix --- teleforma/webclass/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3