mirror of
https://github.com/pretix/pretix.git
synced 2026-05-10 16:04:02 +00:00
committed by
Raphael Michel
parent
518298f71c
commit
b0c4c88d01
@@ -26,7 +26,7 @@ Frontend
|
|||||||
--------
|
--------
|
||||||
|
|
||||||
.. automodule:: pretix.presale.signals
|
.. automodule:: pretix.presale.signals
|
||||||
:members: html_head, html_footer, footer_links, front_page_top, front_page_bottom, fee_calculation_for_cart, contact_form_fields, question_form_fields, checkout_confirm_messages, checkout_confirm_page_content, checkout_all_optional
|
:members: html_head, html_footer, footer_link, front_page_top, front_page_bottom, fee_calculation_for_cart, contact_form_fields, question_form_fields, checkout_confirm_messages, checkout_confirm_page_content, checkout_all_optional
|
||||||
|
|
||||||
|
|
||||||
.. automodule:: pretix.presale.signals
|
.. automodule:: pretix.presale.signals
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ footer_link = EventPluginSignal(
|
|||||||
providing_args=["request"]
|
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``.
|
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.
|
As with all plugin signals, the ``sender`` keyword argument will contain the event.
|
||||||
|
|||||||
Reference in New Issue
Block a user