mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
committed by
Raphael Michel
parent
518298f71c
commit
b0c4c88d01
@@ -26,7 +26,7 @@ footer_link = EventPluginSignal(
|
||||
providing_args=["request"]
|
||||
)
|
||||
"""
|
||||
The signal ``pretix.presale.signals.footer_links`` allows you to add links to the footer of an event page. You
|
||||
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``.
|
||||
|
||||
As with all plugin signals, the ``sender`` keyword argument will contain the event.
|
||||
|
||||
Reference in New Issue
Block a user