From b6eb173e769b50e6987c081497a7f9b1a6c4c26f Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Tue, 20 Aug 2024 12:35:18 +0200 Subject: [PATCH] fix import for EventPermissionRequired --- pretalx_halfnarp/views/organiser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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