Make callbacks handle signals
This commit is contained in:
@@ -12,7 +12,9 @@ class SignalList(LoginRequiredMixin, ObjectList):
|
||||
list_template = "partials/signal-list.html"
|
||||
model = Signal
|
||||
page_title = "List of signals. Linked to hooks and strategies."
|
||||
page_subtitle = "Link signals you have defined in Drakdoo to their corresponding hooks."
|
||||
page_subtitle = (
|
||||
"Link signals you have defined in Drakdoo to their corresponding hooks."
|
||||
)
|
||||
|
||||
list_url_name = "signals"
|
||||
list_url_args = ["type"]
|
||||
|
||||
Reference in New Issue
Block a user