From ed839cef2baaae3dec7ad4af0009c008ebc7b41c Mon Sep 17 00:00:00 2001 From: Richard Schreiber Date: Tue, 12 May 2026 09:48:05 +0200 Subject: [PATCH] update signal docs --- src/pretix/presale/signals.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pretix/presale/signals.py b/src/pretix/presale/signals.py index 077b35d2c2..38ae0dca0f 100644 --- a/src/pretix/presale/signals.py +++ b/src/pretix/presale/signals.py @@ -126,7 +126,7 @@ footer_link = EventPluginSignal() Arguments: ``request`` The signal ``pretix.presale.signals.footer_link`` allows you to add links to the footer of an event page. You -are expected to return a dictionary containing the keys ``label`` and ``url``. +are expected to return a dictionary containing the keys ``label``, ``url`` and optionally ``cssclass``. As with all event plugin signals, the ``sender`` keyword argument will contain the event. """