mirror of
https://github.com/pretix/pretix.git
synced 2026-05-10 16:04:02 +00:00
Refactored checkout steps
This commit is contained in:
@@ -6,3 +6,8 @@ This signal is sent out to include code into the HTML <head> tag
|
||||
html_head = EventPluginSignal(
|
||||
providing_args=["request"]
|
||||
)
|
||||
|
||||
"""
|
||||
This signal is sent out to retrieve pages for the checkout flow
|
||||
"""
|
||||
checkout_flow_steps = EventPluginSignal()
|
||||
|
||||
Reference in New Issue
Block a user