forked from CGM_Public/pretix_original
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