mirror of
https://github.com/pretix/pretix.git
synced 2026-08-21 12:36:26 +00:00
Widget: Fix language on first iframe request
This commit is contained in:
@@ -20,7 +20,9 @@
|
||||
# <https://www.gnu.org/licenses/>.
|
||||
#
|
||||
from rest_framework import exceptions
|
||||
from rest_framework.authentication import SessionAuthentication as BaseSessionAuthentication
|
||||
from rest_framework.authentication import (
|
||||
SessionAuthentication as BaseSessionAuthentication,
|
||||
)
|
||||
|
||||
from pretix.multidomain.middlewares import CsrfViewMiddleware
|
||||
|
||||
|
||||
Reference in New Issue
Block a user