mirror of
https://github.com/pretix/pretix.git
synced 2026-05-10 16:04:02 +00:00
nav_event_settings should be an EventPluginSignal
This commit is contained in:
@@ -183,7 +183,7 @@ the keyword arguments ``organizer`` and ``request``.
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
||||||
nav_event_settings = Signal(
|
nav_event_settings = EventPluginSignal(
|
||||||
providing_args=['request']
|
providing_args=['request']
|
||||||
)
|
)
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user