Fix isort and docs test

This commit is contained in:
Raphael Michel
2024-07-01 11:46:01 +02:00
parent e691afdd34
commit 828f4e3168
3 changed files with 3 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
# Generated by Django 4.2.8 on 2024-07-01 09:26
from django.db import migrations, models
import pretix.base.models.orders

View File

@@ -84,6 +84,7 @@ seatingframe_html_head = EventPluginSignal()
"""
Arguments: ``request``
**Temporary workaround, might be removed again later.**
This signal allows you to put code inside the HTML ``<head>`` tag
of the seatingframe page in the frontend. You will get the request as the keyword argument
``request`` and are expected to return plain HTML.