Skip to content

Commit

Permalink
fix import for EventPermissionRequired
Browse files Browse the repository at this point in the history
  • Loading branch information
fkusei committed Aug 20, 2024
1 parent 2e7da8c commit b6eb173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pretalx_halfnarp/views/organiser.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b6eb173

Please sign in to comment.