Added tabs to the organizer page

This commit is contained in:
Raphael Michel
2017-01-27 11:03:56 +01:00
parent d6503e3e48
commit 123f47ab39
4 changed files with 64 additions and 24 deletions

View File

@@ -122,3 +122,14 @@ quota as argument in the ``quota`` keyword argument.
As with all plugin signals, the ``sender`` keyword argument will contain the event.
"""
organizer_edit_tabs = Signal(
providing_args=['organizer']
)
"""
This signal is sent out to include tabs on the detail page of an organizer. Receivers
should return a tuple with the first item being the tab title and the second item
being the content as HTML. The receivers get the ``organizer`` as a keyword argument.
This is a regular django signal (no pretix event signal).
"""