From: Guillaume Pellerin Date: Tue, 8 Apr 2025 08:36:37 +0000 (+0200) Subject: fix import X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=24f8b86b1679182ae405aac2120f2c0f85f5fdd3;p=telecaster-client.git fix import --- diff --git a/telecaster/views.py b/telecaster/views.py index 6e3de55..756d274 100644 --- a/telecaster/views.py +++ b/telecaster/views.py @@ -31,6 +31,7 @@ from django.contrib.auth.models import User from django.utils.translation import ugettext from django.contrib.auth.forms import UserChangeForm from django.core.exceptions import ObjectDoesNotExist +from django.views.generic.edit import FormView from teleforma.models.core import Conference, StreamingServer, LiveStream