From: Guillaume Pellerin Date: Wed, 29 Jun 2022 22:08:37 +0000 (+0200) Subject: fix import X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=bd945ec987225fb0af2f56cc2fec24c556da32fb;p=teleforma.git fix import --- diff --git a/teleforma/forms.py b/teleforma/forms.py index 392a7464..9b8fc95a 100644 --- a/teleforma/forms.py +++ b/teleforma/forms.py @@ -1,6 +1,6 @@ from django.forms import ModelForm -from teleforma.models import * +from teleforma.models import Conference class ConferenceForm(ModelForm):