mirror of
https://github.com/pretix/pretix.git
synced 2026-05-10 16:04:02 +00:00
Added hook for links in the footer
This commit is contained in:
@@ -7,6 +7,13 @@ html_head = EventPluginSignal(
|
||||
providing_args=["request"]
|
||||
)
|
||||
|
||||
"""
|
||||
This signal is sent out to include links in the footer
|
||||
"""
|
||||
footer_link = EventPluginSignal(
|
||||
providing_args=["request"]
|
||||
)
|
||||
|
||||
"""
|
||||
This signal is sent out to retrieve pages for the checkout flow
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user