Added hook for links in the footer

This commit is contained in:
Raphael Michel
2016-06-14 13:05:47 +02:00
parent 1bdf332afd
commit 0c4368170f
4 changed files with 21 additions and 1 deletions

View File

@@ -35,6 +35,11 @@ in pretix.
``pretix.control.signals.nav_event``
The sidebar navigation when the admin has selected an event.
Footer links
------------
The signal ``pretix.presale.signals.footer_links`` 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``.
Order events
------------