From 4ea9370669dbe9ec39c2a428159923b2ddc4c6d9 Mon Sep 17 00:00:00 2001 From: Tobias Kunze Date: Fri, 24 May 2024 23:18:40 +0200 Subject: [PATCH] Fix code style --- pretalx_pages/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pretalx_pages/views.py b/pretalx_pages/views.py index 60ca208..1fd34f8 100644 --- a/pretalx_pages/views.py +++ b/pretalx_pages/views.py @@ -17,13 +17,13 @@ UpdateView, ) from i18nfield.forms import I18nModelForm -from pretalx.common.views.mixins import EventPermissionRequired from pretalx.common.templatetags.rich_text import ( ALLOWED_ATTRIBUTES, ALLOWED_PROTOCOLS, ALLOWED_TAGS, md, ) +from pretalx.common.views.mixins import EventPermissionRequired from .models import Page