Widget: Fix language on first iframe request

This commit is contained in:
Raphael Michel
2024-01-26 11:44:02 +01:00
parent 734b376e05
commit eac88b5ef7
5 changed files with 52 additions and 21 deletions

View File

@@ -24,9 +24,9 @@ import time
import pytest
from bs4 import BeautifulSoup
from django.test import Client
from tests.base import extract_form_fields
from pretix.base.models import Organizer
from tests.base import extract_form_fields
@pytest.mark.django_db