diff --git a/pretalx_halfnarp/views/organiser.py b/pretalx_halfnarp/views/organiser.py index dd9a339..2f79b6b 100644 --- a/pretalx_halfnarp/views/organiser.py +++ b/pretalx_halfnarp/views/organiser.py @@ -2,7 +2,7 @@ from django.views.generic import FormView from django_context_decorator import context -from pretalx.common.mixins.views import EventPermissionRequired +from pretalx.common.views.mixins import EventPermissionRequired from pretalx.submission.models import Submission from pretalx_halfnarp.forms import HalfnarpSettingsForm